a number of small bug fixes.

This commit is contained in:
2022-03-02 11:50:03 -08:00
parent d766d758f0
commit 223a3749ec
5 changed files with 18 additions and 10 deletions

View File

@@ -348,8 +348,7 @@
[:table.table.compact.balance-sheet
[:tr
[:td.has-text-right "Period ending"]
(when (:include-comparison params)
[:td.has-text-right (date->str (str->date (:date params) standard))])
[:td.has-text-right (date->str (str->date (:date params) standard))]
(when (:include-comparison params)
[:td.has-text-right (when (:date params)
(date->str (str->date (:comparison-date params) standard)))])