From 58b74a642588f21822d948bf0bc03e28252f88b7 Mon Sep 17 00:00:00 2001 From: csrapr <26280794+csrapr@users.noreply.github.com> Date: Tue, 23 Mar 2021 20:35:22 +0000 Subject: [PATCH] Chore: omit fiat value from cashbox row --- new-lamassu-admin/src/components/inputs/cashbox/Cashbox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.js b/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.js index c55c35bd..52cb5d25 100644 --- a/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.js +++ b/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.js @@ -51,9 +51,11 @@ const CashIn = ({ currency, notes, total }) => { {notes} notes
+ {/* Feature on hold until this can be calculated {total} {currency.code} + */}