show expirety in user profile (currently broken?)
This commit is contained in:
parent
2441e6508d
commit
9f0b65654e
2 changed files with 22 additions and 1 deletions
|
|
@ -136,6 +136,18 @@
|
|||
size="sm"
|
||||
/>
|
||||
</span>
|
||||
<span
|
||||
v-if="relationship.muting"
|
||||
class="alert neutral user-role"
|
||||
>
|
||||
{{ muteExpiry }}
|
||||
</span>
|
||||
<span
|
||||
v-if="relationship.blocking"
|
||||
class="alert neutral user-role"
|
||||
>
|
||||
{{ blockExpiry }}
|
||||
</span>
|
||||
<span
|
||||
v-if="!mergedConfig.hideUserStats && !hideBio"
|
||||
class="dailyAvg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue