minor tweak.

This commit is contained in:
Bryce
2023-08-19 15:34:03 -07:00
parent e38636a739
commit 8a31112c5b

View File

@@ -253,7 +253,7 @@
[:tr
[:td (subs date 0 10)]
[:td description]
[:td (format "$%.2f" amount)]
[:td (some->> amount double (format "$%.2f"))]
[:td vendor-name]
[:td numeric-code]
[:td (format "%.1f%%" (* 100 (double score)))]]))]]