feat: enhance MAC address guide with contact button for assistance
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m16s

This commit is contained in:
2025-05-31 00:02:25 +05:00
parent 07349cda05
commit c705addccc
2 changed files with 17 additions and 3 deletions

View File

@ -103,7 +103,7 @@ export default function DevicesToPay({
onClick={async () => {
setVerifyingTransferPayment(true);
try {
const res = await verifyPayment({
await verifyPayment({
id: payment?.id ?? "",
method: "TRANSFER"
});