Skip to content

Commit 97df22f

Browse files
committed
[auto-fix] Apply ESLint and Prettier fixes
1 parent 522a99e commit 97df22f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/assetLibrary/cards/QueueImageCard.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
</div>
1919

2020
<template #top-left>
21-
<div class="flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity">
21+
<div
22+
class="flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity"
23+
>
2224
<IconButton
2325
:class="iconButtonClasses"
2426
aria-label="View image"

0 commit comments

Comments
 (0)