ok
This commit is contained in:
@@ -235,7 +235,7 @@ export default function Transactions({ propsShopId, sendParam, deviceType, handl
|
||||
: `Diantar ke ${transaction.Table ? transaction.Table.tableNo : "N/A"
|
||||
}`}
|
||||
</h2>
|
||||
{transaction.notes != "" && (
|
||||
{transaction.notes != null && (
|
||||
<>
|
||||
<div className={styles.NoteContainer}>
|
||||
<span>Note :</span>
|
||||
|
||||
Reference in New Issue
Block a user