This commit is contained in:
ogerly 2021-05-10 11:25:56 +02:00
parent 6ca0ca7047
commit 7bd8c5f7e5
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
:transactionCount="transactionCount"
@update-transactions="updateTransactions"
/>
<gdd-table-footer :count="transactionCount"/>
<gdd-table-footer :count="transactionCount" />
</b-container>
</div>
</template>

View File

@ -1,7 +1,7 @@
<template>
<div>
<b-list-group>
<b-list-group-item v-if="count > 5" >
<b-list-group-item v-if="count > 5">
<router-link
to="/transactions"
v-html="$t('transaction.show_all', { count: count })"
@ -19,4 +19,3 @@ export default {
},
}
</script>