mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Lint
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@
|
||||
|
||||
<Tooltip
|
||||
disabled={!selectedLog?.scheduledAt ||
|
||||
selectedLog.status as string !== 'scheduled'}
|
||||
(selectedLog.status as string) !== 'scheduled'}
|
||||
maxWidth="400px">
|
||||
<div>
|
||||
<Status
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user