From dca1c1a3fc28567989933d58713d6800a56c32da Mon Sep 17 00:00:00 2001 From: insvrgent Date: Tue, 14 Jan 2025 14:14:50 +0700 Subject: [PATCH] ok --- src/components/PaymentOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}