Make it work slightly ;-)

This commit is contained in:
2022-02-04 16:56:17 +00:00
parent d825379a01
commit dfa8f369f0
2 changed files with 6 additions and 7 deletions

View File

@ -15,7 +15,6 @@ export default defineComponent({
<div class="text-h5 grey lighten-2">
<router-link v-bind:to="'/budget/'+budget.ID">{{budget.Name}}{{budget.ID == budgetid ? " *" : ""}}</router-link>
</div>
<v-card-text><span class="time"></span></v-card-text>
</div>
<NewBudget />
</div>