From 7e99e7ccabe684d00ea4341cc2a8569de938c6c7 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sun, 10 Sep 2023 05:19:19 +0100 Subject: [PATCH] QR value updated --- src/components/FamilyAcc/Tabs/FamilyAccount.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FamilyAcc/Tabs/FamilyAccount.jsx b/src/components/FamilyAcc/Tabs/FamilyAccount.jsx index 5b7aa98..6baeb89 100644 --- a/src/components/FamilyAcc/Tabs/FamilyAccount.jsx +++ b/src/components/FamilyAcc/Tabs/FamilyAccount.jsx @@ -44,7 +44,7 @@ const FamilyAccount = forwardRef(({ familyData, myRef, handlePrint, loader }, re size={256} style={{ height: "auto", maxWidth: "100%", width: "100%" }} // value={`https://www.google.com`} - value={`${userDetails?.uid}@${familyData?.username}@${familyData?.pin}`} + value={`${userDetails?.uid}@${familyData?.username}@${familyData?.uid}`} viewBox={`0 0 256 256`} /> }