Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Dec 18, 2023
1 parent db08511 commit 59779d5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/FloatingActionButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ const FloatingActionButton = React.forwardRef(({onPress, isActive, accessibility
FloatingActionButton.propTypes = propTypes;
FloatingActionButton.displayName = 'FloatingActionButton';

export default FloatingActionButton;
export default FloatingActionButton;
2 changes: 1 addition & 1 deletion src/components/IllustratedHeaderPageLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ IllustratedHeaderPageLayout.propTypes = propTypes;
IllustratedHeaderPageLayout.defaultProps = defaultProps;
IllustratedHeaderPageLayout.displayName = 'IllustratedHeaderPageLayout';

export default IllustratedHeaderPageLayout;
export default IllustratedHeaderPageLayout;
2 changes: 1 addition & 1 deletion src/components/QRShare/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ const QRShareWithRef = forwardRef((props, ref) => (

QRShareWithRef.displayName = 'QRShareWithRef';

export default QRShareWithRef;
export default QRShareWithRef;
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/AuthScreens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,4 @@ export default withOnyx<AuthScreensProps, AuthScreensProps>({
demoInfo: {
key: ONYXKEYS.DEMO_INFO,
},
})(AuthScreensMemoized);
})(AuthScreensMemoized);
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/ModalStackNavigators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@ export {
RoomMembersModalStackNavigator,
RoomInviteModalStackNavigator,
ReferralModalStackNavigator,
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ function FullScreenNavigator() {

FullScreenNavigator.displayName = 'FullScreenNavigator';

export default FullScreenNavigator;
export default FullScreenNavigator;
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ function BottomTabBar() {

BottomTabBar.displayName = 'BottomTabBar';

export default BottomTabBar;
export default BottomTabBar;
2 changes: 1 addition & 1 deletion src/libs/Navigation/Navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ export default {
waitForProtectedRoutes,
};

export {navigationRef};
export {navigationRef};
2 changes: 1 addition & 1 deletion src/libs/Navigation/linkTo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ export default function linkTo(navigation: NavigationContainerRef<RootStackParam
} else {
root.reset(stateFromPath);
}
}
}
2 changes: 1 addition & 1 deletion src/libs/Navigation/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ export type {
ReferralDetailsNavigatorParamList,
ReimbursementAccountNavigatorParamList,
State,
};
};
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ export default compose(
},
}),
withNetwork(),
)(InitialSettingsPage);
)(InitialSettingsPage);

0 comments on commit 59779d5

Please sign in to comment.