Skip to content

Commit

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

0 comments on commit 99263be

Please sign in to comment.