remove card element

This commit is contained in:
ogerly 2023-07-06 11:55:09 +02:00
parent 0c68d65127
commit e93e330fad

View File

@ -14,7 +14,7 @@
<modal /> <modal />
</client-only> </client-only>
<client-only> <client-only>
<ds-card space="xx-small">
<div v-if="$store.getters['chat-modul/showChatModul'].showChatModul" class="chat-modul" > <div v-if="$store.getters['chat-modul/showChatModul'].showChatModul" class="chat-modul" >
<ds-text align="right" class="close"> <ds-text align="right" class="close">
@ -24,7 +24,7 @@
<chat-modul :singleRoom="true"/> <chat-modul :singleRoom="true"/>
</div> </div>
</ds-card>
</client-only> </client-only>
</div> </div>