Skip to content

Commit

Permalink
Update LoadingPage.js
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Davies <joeld.dev@gmail.com>
  • Loading branch information
hungvu193 and jjcoffee committed Jan 9, 2024
1 parent 48ab68e commit 8036a5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/LoadingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const defaultProps = {
onBackButtonPress: undefined,
};

// eslint-disable-next-line rulesdir/no-negated-variables
function LoadingPage(props) {
const styles = useThemeStyles();
return (
Expand All @@ -30,7 +29,7 @@ function LoadingPage(props) {
);
}

LoadingPage.displayName = 'NotFoundPage';
LoadingPage.displayName = 'LoadingPage';
LoadingPage.propTypes = propTypes;
LoadingPage.defaultProps = defaultProps;

Expand Down

0 comments on commit 8036a5a

Please sign in to comment.