Skip to content

Commit

Permalink
- linter
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Jan 17, 2025
1 parent 0fce0d4 commit d818ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/js/Pages/Benefits/Benefits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function submitCreateBenefit() {
<div class="flex items-center gap-1 font-medium">
{{ benefit.name }}
<span v-if="benefit.isUsed"
v-tooltip.right="'Posiadany benefit'">
v-tooltip.right="'Posiadany benefit'"
>
<ShieldCheckIcon class="size-5 text-gray-500" />
</span>
</div>
Expand Down

0 comments on commit d818ad9

Please sign in to comment.