style(frontend): fix autofixable eslint errors (#9968)

This commit is contained in:
Kagami Sascha Rosylight 2023-02-17 02:56:23 +01:00 committed by GitHub
parent 63df2c851e
commit 7c5fc2c423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@
:front="true"
@closed="emit('closed')"
>
<MkEmojiPicker :show-pinned="showPinned" :as-reaction-picker="asReactionPicker" as-window @chosen="chosen" :class="$style.picker"/>
<MkEmojiPicker :show-pinned="showPinned" :as-reaction-picker="asReactionPicker" as-window :class="$style.picker" @chosen="chosen"/>
</MkWindow>
</template>