mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Appease linter
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user