ok
This commit is contained in:
@@ -205,7 +205,7 @@ const SetPaymentQr = ({ shop }) => {
|
||||
lineHeight: 0,
|
||||
fontFamily: 'Plus Jakarta Sans',
|
||||
color: fontcolor
|
||||
}} >{selectedTable == null ? 'Nomor meja' : selectedTable.tableNo}</h1>
|
||||
}} >{selectedTable == null ? (isConfigFont ? 'Nomor meja' : '') : selectedTable.tableNo}</h1>
|
||||
</div>
|
||||
<input
|
||||
type="file"
|
||||
|
||||
Reference in New Issue
Block a user