fix: update dashboard

This commit is contained in:
quangdz1704 2024-07-08 22:35:01 +07:00
parent 5b684f12bb
commit a1053c8ec5
No known key found for this signature in database
GPG Key ID: E7C1A6283714A3EC

View File

@ -367,7 +367,10 @@ const amount = computed({
previewOnly
></MdEditor>
</div>
<div v-if="!coinInfo.description?.en" class="text-center">
<div
v-if="!coinInfo.description?.en && !coinInfo.categories"
class="text-center"
>
No informations
</div>
</div>