diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index f32ea02d..a33f6e87 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -16,7 +16,6 @@ @click.prevent="muteConversation" > {{ $t("status.mute_conversation") }} @@ -27,7 +26,6 @@ @click.prevent="unmuteConversation" > {{ $t("status.unmute_conversation") }} @@ -39,7 +37,6 @@ @click="close" > {{ $t("status.pin") }} @@ -51,7 +48,6 @@ @click="close" > {{ $t("status.unpin") }} @@ -63,7 +59,6 @@ @click="close" > {{ $t("status.bookmark") }} @@ -75,7 +70,6 @@ @click="close" > {{ $t("status.unbookmark") }} @@ -87,7 +81,6 @@ @click="close" > {{ $t("status.delete") }} @@ -98,7 +91,6 @@ @click="close" > {{ $t("status.copy_link") }} @@ -109,7 +101,6 @@