From 494c1431fe98ef91fac4231dbb97262eab51ce1b Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Mon, 6 Dec 2021 21:21:44 +0000 Subject: [PATCH] Hide category if empty --- web/account.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/account.html b/web/account.html index f683c04..5059f87 100644 --- a/web/account.html +++ b/web/account.html @@ -22,7 +22,9 @@ {{.Payee}} - {{.CategoryGroup}} : {{.Category}} + {{if .CategoryGroup}} + {{.CategoryGroup}} : {{.Category}} + {{end}} {{.Memo}}