From 37d2554e361aa42605459815b0c1e9e01634e1f2 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 15 Apr 2022 16:33:27 +0530 Subject: [PATCH] minor bug fix --- scripts/fn_ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fn_ui.js b/scripts/fn_ui.js index e4f2a15..2d503f5 100644 --- a/scripts/fn_ui.js +++ b/scripts/fn_ui.js @@ -12,6 +12,7 @@ const relativeTime = new RelativeTime({ style: 'narrow' }); const userUI = {}; getRef('wallet_popup__cta').addEventListener('click', function () { + let cashier = User.findCashier(); let amount = parseFloat(getRef('request_cashier_amount').value.trim()); if (walletAction === 'deposit') { //get UPI txid from user