initial commit

This commit is contained in:
victorAnumudu
2024-04-02 16:42:54 +01:00
parent 2fff427346
commit a5631b6291
4 changed files with 509 additions and 6 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ export default function MediaHeader({ logoutModalHandler, sidebarHandler, backpa
onClick={() => {
if (backpath == "/manage-family") {
navigate(backpath,
{ state: { ...state} },
{ state: state ? { ...state } : {} },
{ replace: true }
);
} else {