Fix: cashbox should always be visible

This commit is contained in:
csrapr 2021-03-23 16:52:04 +00:00
parent 10794f5ccf
commit 340951f924

View file

@ -73,7 +73,7 @@ const CashCassettes = ({ machine, config, refetchData }) => {
name: 'cashbox', name: 'cashbox',
header: 'Cashbox', header: 'Cashbox',
width: 240, width: 240,
stripe: true, stripe: false,
view: value => ( view: value => (
<CashIn currency={{ code: fiatCurrency }} notes={value} total={0} /> <CashIn currency={{ code: fiatCurrency }} notes={value} total={0} />
), ),