mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix null error
This commit is contained in:
parent
501b39e492
commit
5a9a4e7435
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue