This commit is contained in:
thororen1234 2025-06-06 15:31:20 -04:00
parent 8ae44e2ec3
commit a6e2194804
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -244,7 +244,7 @@ export default function PluginSettings() {
}));
}, []);
const depMap = React.useMemo(() => {
const depMap = useMemo(() => {
const o = {} as Record<string, string[]>;
for (const plugin in Plugins) {
const deps = Plugins[plugin].dependencies;