remove wrong Table.Cell tags

This commit is contained in:
maxid
2025-12-11 22:53:53 +01:00
parent 6d025b835d
commit 2a8573a2ba

View File

@@ -178,12 +178,8 @@
</Table.Root>
</div>
{:catch error}
<Table.Cell colspan={7}>
<div class="w-full text-center text-red-500">Failed to load torrents.</div>
</Table.Cell>
<Table.Cell colspan={7}>
<div class="w-full text-center text-red-500">Error: {error.message}</div>
</Table.Cell>
<div class="w-full text-center text-red-500">Failed to load torrents.</div>
<div class="w-full text-center text-red-500">Error: {error.message}</div>
{/await}
</div>
</Dialog.Content>