diff --git a/lib/src/Components/Profile/Subcomponents/TabsContainerForm.tsx b/lib/src/Components/Profile/Subcomponents/TabsContainerForm.tsx index 84ebd0c6..b340ae87 100644 --- a/lib/src/Components/Profile/Subcomponents/TabsContainerForm.tsx +++ b/lib/src/Components/Profile/Subcomponents/TabsContainerForm.tsx @@ -71,7 +71,7 @@ export const TabsContainerForm = ({ item, state, setState, tabs, iconAsLabels = const params = new URLSearchParams(location.search) params.set('tab', `${index}`) const newUrl = location.pathname + '?' + params.toString() - navigate(newUrl, { replace: false }) + navigate(newUrl) }, [location.pathname, location.search, navigate], )