mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
spelling: application
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -86,7 +86,7 @@ export function useApplicationBoot() {
|
|||||||
const [startLoading, stopLoading] = useSplashLoading();
|
const [startLoading, stopLoading] = useSplashLoading();
|
||||||
|
|
||||||
// Splash loading when organization request loading and
|
// Splash loading when organization request loading and
|
||||||
// applicaiton still not booted.
|
// application still not booted.
|
||||||
useWatchImmediate((value) => {
|
useWatchImmediate((value) => {
|
||||||
value && !isBooted.current && startLoading();
|
value && !isBooted.current && startLoading();
|
||||||
}, isOrgLoading);
|
}, isOrgLoading);
|
||||||
|
|||||||
Reference in New Issue
Block a user