Skip to content

Commit 652b4bf

Browse files
authored
Update src/routes/(console)/project-[region]-[project]/sites/(components)/logsTimer.svelte
1 parent 95e4ab0 commit 652b4bf

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[region]-[project]/sites/(components)

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/sites/(components)/logsTimer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</script>
1111

1212
<Layout.Stack direction="row" alignItems="center" inline>
13-
{#if ['processing, building'].includes(status)}
13+
{#if ['processing', 'building'].includes(status)}
1414
<Typography.Code color="--fgcolor-neutral-secondary">
1515
<Layout.Stack direction="row" alignItems="center" inline>
1616
<p use:timer={{ start: deployment.$createdAt }}></p>

0 commit comments

Comments
 (0)