1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00
This commit is contained in:
Ash Keel 2022-01-20 13:44:32 +01:00
parent 03377cbaef
commit c9cc780bdc
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -391,7 +391,7 @@ export default function TwitchBotTimersPage(): React.ReactElement {
/>
</FlexRow>
<TimerList>
{!timerConfig?.timers ? (
{!!timerConfig?.timers ? (
Object.keys(timerConfig?.timers ?? {})
?.filter((cmd) => cmd.toLowerCase().includes(filterLC))
.sort()