mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: update useTabUuid
This commit is contained in:
@@ -24,6 +24,7 @@ export const useTabUuid = (key: string = "tab_uuid") => {
|
||||
sessionStorage.setItem(key, newUuid);
|
||||
tabUuidRef.current = newUuid;
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
return tabUuidRef;
|
||||
|
||||
Reference in New Issue
Block a user