Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 2, 2024
1 parent c8c50cf commit f73b0ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/components/modals/ErrorDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<!-- Replace with svelte snippets once in Svelte 5 -->
<header class="card-header font-bold text-2xl text-center">
<slot name="title" />
<!-- <T defaultValue="Something went wrong" keyName="error.title" /> -->
</header>
<section class={`${sectionClass} overflow-y-auto`}>
<p>{error}</p>
Expand Down

0 comments on commit f73b0ac

Please sign in to comment.