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()