mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Revert "Improve performance" (#7441)
This reverts commit 1dbce5e3e2dad2e6be601d30bef729658d81e9da.
This commit is contained in:
parent
3a0bfd126c
commit
e0c1b48e01
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue