Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
another try
  • Loading branch information
eric-intuitem committed Sep 16, 2024
1 parent 2ad6ea6 commit 6d55696
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,9 @@
{#if !shallow}
<button
class="cursor-pointer"
on:click={// eslint-disable-next-line no-unused-vars
(_) => modalConfirmDelete(evidence.id, evidence.str)}
on:click={
(_) => modalConfirmDelete(evidence.id, evidence.str) // eslint-disable-line no-unused-vars
}
type="button"
>
<i class="fa-solid fa-xmark ml-2 text-red-500"></i>
Expand Down

0 comments on commit 6d55696

Please sign in to comment.