fix null error

This commit is contained in:
Freeplay 2023-05-19 17:07:22 -04:00
parent f7856c6525
commit 2b6053d0b3

View file

@ -61,7 +61,7 @@
</option>
<option value="clips">
<i class="ph-paperclip ph-bold ph-lg"></i>
<template v-if="clips.length > 0">
<template v-if="clips?.length > 0">
<span class="count">{{ clips.length }}</span>
</template>
{{ i18n.ts.clips }}