diff --git a/src/components/PaymentOptions.js b/src/components/PaymentOptions.js index 8dc227f..2916cbb 100644 --- a/src/components/PaymentOptions.js +++ b/src/components/PaymentOptions.js @@ -205,7 +205,7 @@ const SetPaymentQr = ({ shop }) => { lineHeight: 0, fontFamily: 'Plus Jakarta Sans', color: fontcolor - }} >{selectedTable == null ? 'Nomor meja' : selectedTable.tableNo} + }} >{selectedTable == null ? (isConfigFont ? 'Nomor meja' : '') : selectedTable.tableNo}