ok
This commit is contained in:
@@ -139,7 +139,7 @@ export default function Transactions({ propsShopId, sendParam, deviceType, handl
|
||||
<p>Pembayaran: {transaction.payment_type}</p>
|
||||
<p>{transaction.serving_type === "pickup"
|
||||
? "Ambil sendiri"
|
||||
: `Diantar ke meja ${transaction.Table ? transaction.Table.tableNo : "N/A"
|
||||
: `Diantar ke ${transaction.Table ? transaction.Table.tableNo : "N/A"
|
||||
}`}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -163,7 +163,7 @@ export default function Transactions({ propsShopId, sendParam, deviceType, handl
|
||||
<h2 className={styles["Transactions-detail"]}>
|
||||
{transaction.serving_type === "pickup"
|
||||
? "Ambil sendiri"
|
||||
: `Diantar ke meja ${transaction.Table ? transaction.Table.tableNo : "N/A"
|
||||
: `Diantar ke ${transaction.Table ? transaction.Table.tableNo : "N/A"
|
||||
}`}
|
||||
</h2>
|
||||
{transaction.notes != "" && (
|
||||
|
||||
Reference in New Issue
Block a user