Skip to content

Commit

Permalink
revert lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Feb 2, 2024
1 parent 3fe8af2 commit 5722c09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/components/global/MkAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
<template v-if="showDecoration">
<img
v-for="decoration, index in decorations ?? user.avatarDecorations"
:key="`${index}-${decoration.url}`"
v-for="decoration in decorations ?? user.avatarDecorations"
:class="[$style.decoration]"
:src="getDecorationUrl(decoration)"
:style="{
Expand Down

0 comments on commit 5722c09

Please sign in to comment.