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>
|
||||
<div className={classes.switchWrapper}>
|
||||
<Switch
|
||||
checked={receiptPrintingConfig.active || false}
|
||||
checked={receiptPrintingConfig.active}
|
||||
onChange={event =>
|
||||
saveConfig({
|
||||
variables: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue