Skip to content

Commit

Permalink
💚 fix: ci bulid fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Dec 5, 2023
1 parent 241de5b commit 24df343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const BasicLayout = (props: LayoutProps) => {
},
} = props || {};
if (hide) {
return <></>;
return null;
}
if (render) {
return render(props);
Expand Down

0 comments on commit 24df343

Please sign in to comment.