From c9cc780bdcd8c788127817dc3541045e9cea8095 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Thu, 20 Jan 2022 13:44:32 +0100 Subject: [PATCH] Woops --- frontend/src/ui/pages/BotTimers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ui/pages/BotTimers.tsx b/frontend/src/ui/pages/BotTimers.tsx index 2322c81..11f08e7 100644 --- a/frontend/src/ui/pages/BotTimers.tsx +++ b/frontend/src/ui/pages/BotTimers.tsx @@ -391,7 +391,7 @@ export default function TwitchBotTimersPage(): React.ReactElement { /> - {!timerConfig?.timers ? ( + {!!timerConfig?.timers ? ( Object.keys(timerConfig?.timers ?? {}) ?.filter((cmd) => cmd.toLowerCase().includes(filterLC)) .sort()