Merge pull request #170 from h3poteto/fix_reblog

fix: Fix click event on reblog in notifications
This commit is contained in:
AkiraFukushima 2018-03-31 22:43:43 +09:00 committed by GitHub
commit ef32d97f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" />