eslint fixes

This commit is contained in:
Martti Malmi
2024-01-04 13:13:28 +02:00
parent 9f88b44b91
commit eeb6ec9dd8
12 changed files with 93 additions and 54 deletions

View File

@ -26,9 +26,7 @@ export default function Index() {
useTheme();
useLoginRelays();
useLoginFeed();
if (CONFIG.features.communityLeaders) {
useCommunityLeaders();
}
useCommunityLeaders();
const hideHeaderPaths = ["/login", "/new"];
const shouldHideFooter = location.pathname.startsWith("/messages/");