chet novoe
This commit is contained in:
@@ -21,7 +21,6 @@ const fetchCategories = async () => {
|
||||
try {
|
||||
const response = await getTransactions('INSTANT');
|
||||
transactions.value = response.data
|
||||
console.log(transactions.value)
|
||||
} catch (error) {
|
||||
console.error('Error fetching categories:', error);
|
||||
}
|
||||
@@ -72,7 +71,7 @@ onMounted(async () => {
|
||||
</IconField>
|
||||
|
||||
<div class="mt-4">
|
||||
<BudgetTransactionView class="mb-2" v-for="transaction in filteredTransactions" :transaction="transaction"/>
|
||||
<BudgetTransactionView class="mb-2" v-for="transaction in filteredTransactions" :transaction="transaction" :is-list="true"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user