Appease linter

This commit is contained in:
Kalle (Sendou) 2021-07-29 20:48:26 +03:00
parent af3a654595
commit c6551dca2e
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ const ProfileColorSelectors = ({
}
return result;
}, []);
}, [previousColors]);
useEffect(() => {
const body = document.getElementsByTagName("body")[0];

View File

@ -78,7 +78,7 @@ const ProfileOwnersButtons = ({
<MyLink href="https://www.patreon.com/sendou" isExternal>
patrons
</MyLink>{" "}
of tier "Supporter" ($5 dollar tier)
of tier &quot;Supporter&quot; ($5 dollar tier)
</PopoverBody>
</PopoverContent>
</Popover>

View File

@ -116,7 +116,7 @@ const ProfilePage = (props: Props) => {
body.style.removeProperty(`--custom-${key}`);
}
};
}, []);
}, [canEditProfileColors]);
return (
<>