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.
2 parents ff5e61b + 652b4bf commit 1174fc8Copy full SHA for 1174fc8
src/routes/(console)/project-[region]-[project]/sites/(components)/logsTimer.svelte
@@ -10,14 +10,7 @@
10
</script>
11
12
<Layout.Stack direction="row" alignItems="center" inline>
13
- {#if ['processing'].includes(status)}
14
- <Typography.Code color="--fgcolor-neutral-secondary">
15
- <Layout.Stack direction="row" alignItems="center" inline>
16
- 0s
17
- <Spinner size="s" />
18
- </Layout.Stack>
19
- </Typography.Code>
20
- {:else if ['building'].includes(status)}
+ {#if ['processing', 'building'].includes(status)}
21
<Typography.Code color="--fgcolor-neutral-secondary">
22
23
<p use:timer={{ start: deployment.$createdAt }}></p>
0 commit comments