mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 02:53:32 +00:00
fix: hide conv list items while skeleton is visible
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
leave-to-class="opacity-0 transform translate-y-4"
|
||||
>
|
||||
<div
|
||||
v-if="!hasErrored"
|
||||
v-if="!hasErrored && !conversationStore.conversations.loading"
|
||||
key="list"
|
||||
class="divide-y divide-border"
|
||||
:class="{ 'border-b border-border': hasConversations }"
|
||||
|
||||
Reference in New Issue
Block a user