ok
This commit is contained in:
@@ -176,7 +176,7 @@ export default function Transactions({
|
||||
transaction.Table ? transaction.Table.tableNo : "N/A"
|
||||
}`}
|
||||
</h2>
|
||||
{(transaction.notes !== "" || isPaymentOpen) && (
|
||||
{(transaction.notes !== "") && (
|
||||
<>
|
||||
<div
|
||||
className={styles.NoteContainer}
|
||||
@@ -233,9 +233,7 @@ export default function Transactions({
|
||||
</ButtonWithReplica>
|
||||
</div>
|
||||
<h5
|
||||
className={`${styles.DeclineButton} ${
|
||||
isPaymentOpen ? styles.active : ""
|
||||
}`}
|
||||
className={`${styles.DeclineButton}`}
|
||||
onClick={() =>
|
||||
isPaymentOpen
|
||||
? setIsPaymentOpen(false)
|
||||
|
||||
Reference in New Issue
Block a user