show expiry only if available
This commit is contained in:
parent
9f0b65654e
commit
35c2e87131
6 changed files with 16 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<basic-user-card :user="user">
|
||||
<div class="block-card-content-container">
|
||||
<span v-if="blocked" class="alert neutral">
|
||||
<span v-if="blocked && blockExpiryAvailable" class="alert neutral">
|
||||
{{ blockExpiry }}
|
||||
</span>
|
||||
{{ ' ' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue