Fix useEffect hook in Navbar.tsx to only fetch links on SheetTrigger click once.
This commit is contained in:
@@ -74,6 +74,7 @@ function Navbar() {
|
||||
}, [shouldFocusInput]);
|
||||
|
||||
const fetchLinks = async () => {
|
||||
if (links.length > 0) return;
|
||||
try {
|
||||
const res = await pb.collection("categories").getFullList({
|
||||
expand: "items",
|
||||
|
||||
Reference in New Issue
Block a user