mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 17:00:02 -05:00
Appease linter
This commit is contained in:
parent
af3a654595
commit
c6551dca2e
|
|
@ -66,7 +66,7 @@ const ProfileColorSelectors = ({
|
|||
}
|
||||
|
||||
return result;
|
||||
}, []);
|
||||
}, [previousColors]);
|
||||
|
||||
useEffect(() => {
|
||||
const body = document.getElementsByTagName("body")[0];
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ const ProfileOwnersButtons = ({
|
|||
<MyLink href="https://www.patreon.com/sendou" isExternal>
|
||||
patrons
|
||||
</MyLink>{" "}
|
||||
of tier "Supporter" ($5 dollar tier)
|
||||
of tier "Supporter" ($5 dollar tier)
|
||||
</PopoverBody>
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ const ProfilePage = (props: Props) => {
|
|||
body.style.removeProperty(`--custom-${key}`);
|
||||
}
|
||||
};
|
||||
}, []);
|
||||
}, [canEditProfileColors]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user