Fix: cashbox should always be visible
This commit is contained in:
parent
4a65970000
commit
55a2ede718
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue