mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
dependency array removed
This commit is contained in:
parent
4a90134f34
commit
0ff4455490
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ export default function ContentApp({
|
|||
document.removeEventListener('keydown', handleKeyDown, true);
|
||||
|
||||
};
|
||||
}, [isPopoverOpen]);
|
||||
}, []);
|
||||
|
||||
const getSpaces = async () => {
|
||||
const response = await fetch(`${BACKEND_URL}/api/spaces`, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue