fix: allow text on company number

fix: data wasn't updated after saving

fix: fixed switches on all of the operator info pages
This commit is contained in:
Liordino Neto 2020-09-24 21:12:45 -03:00 committed by Josh Harvey
parent b3290602d7
commit b997e9ecf0
4 changed files with 21 additions and 20 deletions

View file

@ -52,7 +52,7 @@ const ReceiptPrinting = memo(() => {
<P>Share information?</P>
<div className={classes.switchWrapper}>
<Switch
checked={receiptPrintingConfig.active}
checked={receiptPrintingConfig.active || false}
onChange={event =>
saveConfig({
variables: {