diff --git a/src/routes/console/[project]/storage/bucket/[bucket]/index.svelte b/src/routes/console/[project]/storage/bucket/[bucket]/index.svelte
index 2201c5296..bc516a3ac 100644
--- a/src/routes/console/[project]/storage/bucket/[bucket]/index.svelte
+++ b/src/routes/console/[project]/storage/bucket/[bucket]/index.svelte
@@ -21,7 +21,8 @@
TableRowLink,
TableRow,
TableCellHead,
- TableCellText
+ TableCellText,
+ TableCell
} from '$lib/elements/table';
import { toLocaleDate } from '$lib/helpers/date';
import { bytesToSize } from '$lib/helpers/sizeConvertion';
@@ -106,7 +107,7 @@
>{bytesToSize(file.sizeOriginal)}
{toLocaleDate(file.$createdAt)}
-
+
-
+
{:else}
{bytesToSize(file.sizeOriginal)}
{toLocaleDate(file.$createdAt)}
-
+
Delete
-
+
{/if}
{/each}