Skip to content

Commit d2c6a91

Browse files
committed
chore: fix new prettier lints
1 parent 6097027 commit d2c6a91

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/app-frontend/src/components/ui/AccountsCard.vue

+6-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
<h4>{{ selectedAccount.profile.name }}</h4>
3434
<p>Selected</p>
3535
</div>
36-
<Button v-tooltip="'Log out'" icon-only color="raised" @click="logout(selectedAccount.profile.id)">
36+
<Button
37+
v-tooltip="'Log out'"
38+
icon-only
39+
color="raised"
40+
@click="logout(selectedAccount.profile.id)"
41+
>
3742
<TrashIcon />
3843
</Button>
3944
</div>

0 commit comments

Comments
 (0)