mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 08:54:12 +02:00
remove wrong Table.Cell tags
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user