From cbcb9a4dfca1a7261e6d914c20143e18c3439ab7 Mon Sep 17 00:00:00 2001 From: Chizu Date: Sat, 11 Mar 2023 21:55:44 +0900 Subject: [PATCH] Fix Compiler Errors pt3 How to destroy the code 101 --- src/components/account_actions/account_actions.vue | 2 +- src/components/chat_message/chat_message.vue | 2 +- src/components/domain_mute_card/domain_mute_card.vue | 2 +- .../edit_status_modal/edit_status_modal.vue | 2 +- src/components/emoji_input/emoji_input.vue | 3 ++- src/components/emoji_reactions/emoji_reactions.vue | 2 +- src/components/extra_buttons/extra_buttons.vue | 6 +++--- src/components/favorite_button/favorite_button.vue | 2 +- src/components/features_panel/features_panel.vue | 2 +- .../follow_request_card/follow_request_card.vue | 4 +++- src/components/font_control/font_control.vue | 2 +- src/components/hashtag_link/hashtag_link.vue | 4 ++-- .../instance_specific_panel.vue | 2 +- .../local_bubble_panel/local_bubble_panel.vue | 2 +- src/components/login_form/login_form.vue | 2 +- src/components/media_upload/media_upload.vue | 2 +- src/components/mention_link/mention_link.vue | 4 ++-- src/components/mentions_line/mentions_line.vue | 2 +- src/components/mfa_form/recovery_form.vue | 2 +- .../mod_modal/tabs/reports_tab/report_card.vue | 12 ++++++------ src/components/moderation_tools/moderation_tools.vue | 8 ++++---- src/components/nav_panel/nav_panel.vue | 2 +- .../notifications/notification_filters.vue | 4 ++-- src/components/react_button/react_button.vue | 6 +++--- src/components/retweet_button/retweet_button.vue | 2 +- src/components/selectable_list/selectable_list.vue | 4 ++-- src/components/settings_modal/tabs/profile_tab.vue | 2 +- 27 files changed, 46 insertions(+), 43 deletions(-) diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index a8b3b204..8e88c31a 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -55,7 +55,7 @@ > {{ $t('user_card.report') }} -