aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-11-24 16:10:03 +0200
committerShpuld Shpuldson <shp@cock.li>2020-11-24 16:10:03 +0200
commita6e495e4138e80888ea77e144f0330cd83d4a986 (patch)
treec2bb587905c2620c289fbe58f49511dbc839d217 /src/components/notification/notification.vue
parent38c32c7f7aea23a798d0dc267082050d15009134 (diff)
fix warnings
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index ba3648fd..08eb80c9 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -135,10 +135,12 @@
v-if="needMute"
class="button-unstyled"
@click.prevent="toggleMute"
- ><FAIcon
- class="fa-scale-110 fa-old-padding"
- icon="eye-slash"
- /></button>
+ >
+ <FAIcon
+ class="fa-scale-110 fa-old-padding"
+ icon="eye-slash"
+ />
+ </button>
</span>
<div
v-if="notification.type === 'follow' || notification.type === 'follow_request'"