Add user migrates filter to interactions

This commit is contained in:
kPherox 2019-12-11 18:25:52 +09:00
commit b4acbf5311
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D
3 changed files with 7 additions and 1 deletions

View file

@ -21,6 +21,10 @@
key="follows"
:label="$t('interactions.follows')"
/>
<span
key="moves"
:label="$t('interactions.moves')"
/>
</tab-switcher>
<Notifications
ref="notifications"