Remove unused variable

This commit is contained in:
Mitchell McCaffrey 2021-06-25 17:43:43 +10:00
parent d970572c3f
commit 097df533dd

View File

@ -40,7 +40,7 @@ export function DatabaseProvider({ children }) {
undefined,
undefined,
true,
(v) => {
() => {
setDatabaseStatus("upgrading");
}
);