Skip to content

Commit 043cf6f

Browse files
Merge pull request #203 from siddhishinde0723/atree-dev
Deployment issue
2 parents 89c976a + 7db88d5 commit 043cf6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/atree-app/src/component/layout/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export default function Layout({
390390
};
391391

392392
if (isLoading) {
393-
return <Loader />;
393+
return <Loader isLoading={false} children={undefined} />;
394394
}
395395

396396
return (

0 commit comments

Comments
 (0)