mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 17:39:41 +05:00
chore: fix build
This commit is contained in:
parent
58f5c9ce7c
commit
7a95a3e126
7 changed files with 15 additions and 4 deletions
|
@ -69,8 +69,10 @@ export const ProfileEditSocialModal = (props: {
|
|||
});
|
||||
setLoading(false);
|
||||
});
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [props.isOpen]);
|
||||
|
||||
|
||||
function handleInput(e: any) {
|
||||
const social = {
|
||||
...socials,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue