Refactored update notice. Fixes #2124.

This commit is contained in:
Mike Cao 2023-07-27 14:47:41 -07:00
parent ba9ddcac38
commit f35d0f65dc
4 changed files with 15 additions and 13 deletions

View file

@ -21,7 +21,7 @@ export function useConfig() {
}
}, []);
return config || {};
return config;
}
export default useConfig;