initial commit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user