fix some warnings

This commit is contained in:
Henry Jameson 2022-03-17 08:35:19 +02:00
parent 8311d4deba
commit be4244acde
8 changed files with 71 additions and 73 deletions

View file

@ -123,7 +123,7 @@
>
<router-link
:to="userProfileLink"
@click.stop.prevent.capture.native="toggleUserExpanded"
@click.stop.prevent.capture="toggleUserExpanded"
>
<UserAvatar
:bot="botIndicator"