diff --git a/src/pages/account/home/user-profile/blocks/GenerateQr.tsx b/src/pages/account/home/user-profile/blocks/GenerateQr.tsx index f8fba97..a656cb0 100644 --- a/src/pages/account/home/user-profile/blocks/GenerateQr.tsx +++ b/src/pages/account/home/user-profile/blocks/GenerateQr.tsx @@ -68,6 +68,7 @@ const GenerateQr = () => { toast.error('Something went wrong, please try again'); } finally { setIsSubmitting(false); + setQrCodeUrl(null); } };