diff --git a/src/Components/Profile/Templates/TabsView.tsx b/src/Components/Profile/Templates/TabsView.tsx index 01884cfb..3a7d7666 100644 --- a/src/Components/Profile/Templates/TabsView.tsx +++ b/src/Components/Profile/Templates/TabsView.tsx @@ -32,7 +32,7 @@ export const TabsView = ({ item, offers, needs, relations, updatePermission, loa let urlTab = params.get("tab"); if (!urlTab?.includes(id.toString())) params.set("tab", `${id ? id : ""}`) - navigate(location.pathname+ "?" + params.toString()); + // navigate(location.pathname+ "?" + params.toString()); } useEffect(() => {