fix: about check no data
This commit is contained in:
parent
9b861d570e
commit
ea463b5dbd
@ -369,7 +369,7 @@ const amount = computed({
|
||||
></MdEditor>
|
||||
</div>
|
||||
<div
|
||||
v-if="!coinInfo.description?.en && !coinInfo.categories"
|
||||
v-if="!coinInfo.description?.en && coinInfo.categories.length === 0"
|
||||
class="text-center"
|
||||
>
|
||||
No informations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user