Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leleOFA committed Mar 5, 2025
1 parent 8d26b9a commit 87d4f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pn-commons/src/components/LoadingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Props = {
xs?: boolean | GridSize;
}>;
sx?: SxProps;
loadingFinished: boolean;
loadingFinished?: boolean;
};

const headerHeight = '128px';
Expand Down

0 comments on commit 87d4f7e

Please sign in to comment.