fix .env.production

This commit is contained in:
xds
2025-11-07 15:28:01 +03:00
parent 3ab59f0112
commit 500e87a80b
3 changed files with 49 additions and 40 deletions

View File

@@ -57,6 +57,7 @@ onMounted(async () => {
</script>
<template>
<div v-if="!spaceStore.selectedSpaceId" class="card">
Try to select a space first.
</div>
@@ -102,9 +103,10 @@ onMounted(async () => {
class="flex flex-col w-full gap-0 pl-5 items-start justify-items-center font-bold ">
<div class="flex flex-row w-full items-center justify-between">
<div class="flex flex-row items-center gap-2 ">
<span class="text-3xl"> {{ instantTransactions[key].category.icon }}</span>
<span v-if="instantTransactions[key].category" class="text-3xl"> {{ instantTransactions[key].category.icon }}</span>
<i v-else class="pi pi-question !text-3xl"/>
<div class="flex flex-col !font-bold "> {{ instantTransactions[key].comment }}
<div class="flex flex-row text-sm">{{ instantTransactions[key].category.name }}</div>
<div v-if="instantTransactions[key].category" class="flex flex-row text-sm">{{ instantTransactions[key].category.name }}</div>
</div>
</div>
<div class="flex flex-row gap-2 items-center">