Hide category if empty

This commit is contained in:
Jan Bader 2021-12-06 21:21:44 +00:00
parent 82045ceed7
commit 494c1431fe

View File

@ -22,7 +22,9 @@
{{.Payee}}
</td>
<td>
{{.CategoryGroup}} : {{.Category}}
{{if .CategoryGroup}}
{{.CategoryGroup}} : {{.Category}}
{{end}}
</td>
<td>
<a href="transaction/{{.ID}}">{{.Memo}}</a>