mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Refactored update notice. Fixes #2124.
This commit is contained in:
parent
ba9ddcac38
commit
f35d0f65dc
4 changed files with 15 additions and 13 deletions
|
|
@ -21,7 +21,7 @@ export function useConfig() {
|
|||
}
|
||||
}, []);
|
||||
|
||||
return config || {};
|
||||
return config;
|
||||
}
|
||||
|
||||
export default useConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue