fix .env.production
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user