fix .env.production

This commit is contained in:
xds
2025-11-01 01:16:05 +03:00
parent e49ce78518
commit 3ab59f0112
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ onMounted(async () => {
</div>
<i class="pi pi-angle-right !font-extralight"/>
</div>
<Divider v-if="key+1 !== categories.length" class="!m-0 !py-3"/>
<Divider v-if="key+1 !== categories.filter(i => i.type == CategoryType.EXPENSE).length" class="!m-0 !py-3"/>
</div>
</div>
</div>