mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
performance check
This commit is contained in:
parent
ed9e89df7f
commit
3079dc3142
@ -32,7 +32,7 @@ export const TabsView = ({ item, offers, needs, relations, updatePermission, loa
|
|||||||
let urlTab = params.get("tab");
|
let urlTab = params.get("tab");
|
||||||
if (!urlTab?.includes(id.toString()))
|
if (!urlTab?.includes(id.toString()))
|
||||||
params.set("tab", `${id ? id : ""}`)
|
params.set("tab", `${id ? id : ""}`)
|
||||||
navigate(location.pathname+ "?" + params.toString());
|
// navigate(location.pathname+ "?" + params.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user