From 852da78e7be42fba124763c622ce8991b0254259 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:03:44 -0400 Subject: [PATCH] IF ELSE FIX AGAIN BABY --- src/plugins/serverListIndicators/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/serverListIndicators/index.tsx b/src/plugins/serverListIndicators/index.tsx index 894ae113..d5044ac4 100644 --- a/src/plugins/serverListIndicators/index.tsx +++ b/src/plugins/serverListIndicators/index.tsx @@ -127,8 +127,7 @@ export default definePlugin({ renderIndicator: () => { const { mode } = Settings.plugins.ServerListIndicators; - let text: string; - + let text; if (!!(mode & IndicatorType.FRIEND) && !!(mode & IndicatorType.SERVER)) { text = `${onlineFriends} Friends, ${guildCount} Servers`; } else if (!!(mode & IndicatorType.FRIEND)) {