diff --git a/src/components/AuthPages/SignUp/index.jsx b/src/components/AuthPages/SignUp/index.jsx index 7cb076a..1874db3 100644 --- a/src/components/AuthPages/SignUp/index.jsx +++ b/src/components/AuthPages/SignUp/index.jsx @@ -6,6 +6,7 @@ import InputCom from "../../Helpers/Inputs/InputCom"; import AuthLayout from "../AuthLayout"; export default function SignUp() { + // eslint-disable-next-line no-restricted-globals const queryParams = new URLSearchParams(location?.search); const country = queryParams.get("cnt")?.toUpperCase(); diff --git a/src/components/AuthPages/VerifyLink/index.jsx b/src/components/AuthPages/VerifyLink/index.jsx index 2165f14..fcfd9c5 100644 --- a/src/components/AuthPages/VerifyLink/index.jsx +++ b/src/components/AuthPages/VerifyLink/index.jsx @@ -54,6 +54,8 @@ export default function VerifyLink() { localStorage.setItem("member_id", `${data?.member_id}`); localStorage.setItem("session_token", `${data?.session}`); localStorage.setItem("session", `${data?.session}`); + localStorage.setItem("uid", data?.uid) + navigate("/", { replace: true }); setLinkLoader(false); diff --git a/src/components/FamilyAcc/FamilyTable.jsx b/src/components/FamilyAcc/FamilyTable.jsx index 6807bc7..61cf5ff 100644 --- a/src/components/FamilyAcc/FamilyTable.jsx +++ b/src/components/FamilyAcc/FamilyTable.jsx @@ -53,6 +53,7 @@ export default function FamilyTable({ family_uid, banner, enable_traking, + profile_picture, }) => { // Check for valid dates const addedDate = added ? added.split(" ")[0] : "N/A"; @@ -75,7 +76,8 @@ export default function FamilyTable({
{`Avatar @@ -134,17 +136,27 @@ export default function FamilyTable({ }) } type="button" - className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white" + className="w-12 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white" > - Manage + + + ); }; - console.log(currentFamilyList); - return (
+
{/* */}
- 404 Image + 404Image

Sorry!

The page can’t be found.

The page you're looking for isn't available. Use the go back button below