This commit is contained in:
client perkafean
2024-08-15 07:43:23 +00:00
parent 9c3a14366c
commit 696ac38e33
8 changed files with 333 additions and 59 deletions

View File

@@ -154,7 +154,10 @@ export default function Transactions({ propsShopId, sendParam, deviceType }) {
</button>
</div>
{transaction.confirmed == 0 && (
<h5 onClick={() => handleDecline(transaction.transactionId)}>
<h5
className={styles.DeclineButton}
onClick={() => handleDecline(transaction.transactionId)}
>
decline
</h5>
)}