fix depends on db loader
Some checks failed
Deploy / deploy (push) Failing after 2m35s

This commit is contained in:
Lee 2024-09-30 22:20:48 +01:00
parent f38925c113
commit 732599a721

@ -29,7 +29,7 @@ export default function DatabaseLoader({ children }: Props) {
description: "The database was loaded successfully.", description: "The database was loaded successfully.",
}); });
}); });
}, []); }, [toast]);
return ( return (
<DatabaseContext.Provider value={database}> <DatabaseContext.Provider value={database}>