This commit is contained in:
Jake Barnby
2025-10-23 02:20:19 +13:00
parent 73acb3c178
commit 90c7ffa32e
2 changed files with 2 additions and 2 deletions
@@ -112,7 +112,7 @@
<Tooltip
disabled={!selectedLog?.scheduledAt ||
selectedLog.status as string !== 'scheduled'}
(selectedLog.status as string) !== 'scheduled'}
maxWidth="400px">
<div>
<Status
@@ -109,7 +109,7 @@
{:else if column.id === 'status'}
{@const status = log.status}
<Tooltip
disabled={!log?.scheduledAt || status as string !== 'scheduled'}
disabled={!log?.scheduledAt || (status as string) !== 'scheduled'}
maxWidth="400px">
<div>
<Status