Merge branch 'main' into fix/2570-adds-saturday-first-day

fix/2570-adds-saturday-first-day
kodiakhq[bot] 2022-04-25 22:22:59 +00:00 committed by GitHub
commit ed7dd721c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ export default function Shell(props: LayoutProps) {
const isLoading =
i18n.status === "loading" || query.status === "loading" || isRedirectingToOnboarding || loading;
if (isLoading && !props.customLoader) {
if (isLoading) {
return (
<div className="absolute z-50 flex h-screen w-full items-center bg-gray-50">
<Loader />