Skip to content

Commit

Permalink
fix: prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekChr committed May 30, 2023
1 parent 9b95c25 commit 0c6db43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/utils/LHNTestUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,17 +170,17 @@ function getDefaultRenderedSidebarLinks(reportIDFromRoute = '') {
// our app (App.js) is when the react application is wrapped in the context providers
render(
<ErrorBoundary>
<MockedSidebarLinks reportIDFromRoute={reportIDFromRoute} />
</ErrorBoundary>,
<MockedSidebarLinks reportIDFromRoute={reportIDFromRoute} />
</ErrorBoundary>,
);
}
}

/**
* @param {String} [reportIDFromRoute]
* @returns {JSX.Element}
*/
function MockedSidebarLinks({reportIDFromRoute}) {
return (
/**
* @param {String} [reportIDFromRoute]
* @returns {JSX.Element}
*/
function MockedSidebarLinks({reportIDFromRoute}) {
return (
<ComposeProviders components={[OnyxProvider, LocaleContextProvider]}>
<SidebarLinks
onLinkClick={() => {}}
Expand Down

0 comments on commit 0c6db43

Please sign in to comment.