show expiry only if available
This commit is contained in:
parent
9f0b65654e
commit
35c2e87131
6 changed files with 16 additions and 5 deletions
|
|
@ -137,13 +137,13 @@
|
|||
/>
|
||||
</span>
|
||||
<span
|
||||
v-if="relationship.muting"
|
||||
v-if="relationship.muting && muteExpiryAvailable"
|
||||
class="alert neutral user-role"
|
||||
>
|
||||
{{ muteExpiry }}
|
||||
</span>
|
||||
<span
|
||||
v-if="relationship.blocking"
|
||||
v-if="relationship.blocking && blockExpiryAvailable"
|
||||
class="alert neutral user-role"
|
||||
>
|
||||
{{ blockExpiry }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue