Modified the content layout, added formatted date and updated payload for added family #411

Merged
ameye merged 6 commits from Recent-Activities into master 2023-09-11 15:30:17 +00:00
Showing only changes of commit 7e99e7ccab - Show all commits
@@ -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`}
/>
}