fix: Fix click event on reblog in notifications
This commit is contained in:
parent
f5b1a9659c
commit
dfdb1e3976
@ -5,7 +5,7 @@
|
||||
<icon name="retweet" scala="0.7"></icon>
|
||||
</div>
|
||||
<div class="action-detail">
|
||||
<span class="bold" @clikc="openUser(message.account)">{{ username(message.account) }}</span> boosted your status
|
||||
<span class="bold" @click="openUser(message.account)">{{ username(message.account) }}</span> boosted your status
|
||||
</div>
|
||||
<div class="action-icon">
|
||||
<img :src="message.account.avatar" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user