Chore: omit fiat value from cashbox row
This commit is contained in:
parent
24e58489ff
commit
58b74a6425
1 changed files with 2 additions and 0 deletions
|
|
@ -51,9 +51,11 @@ const CashIn = ({ currency, notes, total }) => {
|
|||
<Info2 className={classes.noMarginText}>{notes} notes</Info2>
|
||||
</div>
|
||||
<div className={classes.innerRow}>
|
||||
{/* Feature on hold until this can be calculated
|
||||
<Label1 className={classes.noMarginText}>
|
||||
{total} {currency.code}
|
||||
</Label1>
|
||||
*/}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue