fix: removed unneeded condition on receipt options switch
This commit is contained in:
parent
61bacbdaec
commit
2a44621e24
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const ReceiptPrinting = memo(() => {
|
||||||
<P>Share information?</P>
|
<P>Share information?</P>
|
||||||
<div className={classes.switchWrapper}>
|
<div className={classes.switchWrapper}>
|
||||||
<Switch
|
<Switch
|
||||||
checked={receiptPrintingConfig.active || false}
|
checked={receiptPrintingConfig.active}
|
||||||
onChange={event =>
|
onChange={event =>
|
||||||
saveConfig({
|
saveConfig({
|
||||||
variables: {
|
variables: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue