Revert "Improve performance" (#7441)

This reverts commit 1dbce5e3e2.
This commit is contained in:
Zero King 2021-04-13 07:00:40 +00:00 committed by GitHub
parent 7f2356ba4b
commit a085d9fbd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<template>
<span class="mk-acct" v-once>
<span class="mk-acct">
<span class="name">@{{ user.username }}</span>
<span class="host" v-if="user.host || detail || $store.state.showFullAcct">@{{ user.host || host }}</span>
</span>