forked from mirrors/akkoma-fe
display status if acquired even if error occurred
This commit is contained in:
parent
12430c90d6
commit
07f39aa374
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="!error"
|
v-if="!error || status"
|
||||||
class="conversation-body panel-body"
|
class="conversation-body panel-body"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in a new issue