We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e4ab0 commit 652b4bfCopy full SHA for 652b4bf
src/routes/(console)/project-[region]-[project]/sites/(components)/logsTimer.svelte
@@ -10,7 +10,7 @@
10
</script>
11
12
<Layout.Stack direction="row" alignItems="center" inline>
13
- {#if ['processing, building'].includes(status)}
+ {#if ['processing', 'building'].includes(status)}
14
<Typography.Code color="--fgcolor-neutral-secondary">
15
16
<p use:timer={{ start: deployment.$createdAt }}></p>
0 commit comments