This commit is contained in:
github-actions[bot] 2022-10-12 18:44:08 +00:00 committed by GitHub
commit 0c913c0675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@ export const useGlobalConfig = () => {
useEffect(() => {
listenForGlobalConfig(setGlobalConfig)
}, [globalConfig])
}, [])
return globalConfig
}