This commit is contained in:
insvrgent
2025-01-14 14:14:50 +07:00
parent 1cb8ccf934
commit dca1c1a3fc

View File

@@ -205,7 +205,7 @@ const SetPaymentQr = ({ shop }) => {
lineHeight: 0, lineHeight: 0,
fontFamily: 'Plus Jakarta Sans', fontFamily: 'Plus Jakarta Sans',
color: fontcolor color: fontcolor
}} >{selectedTable == null ? 'Nomor meja' : selectedTable.tableNo}</h1> }} >{selectedTable == null ? (isConfigFont ? 'Nomor meja' : '') : selectedTable.tableNo}</h1>
</div> </div>
<input <input
type="file" type="file"