Skip to content

Commit

Permalink
revert auto lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aidynoJ committed Oct 9, 2024
1 parent 8501e7e commit c44a934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/RootWithIntl.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const RootWithIntl = ({ stripes, token = '', isAuthenticated = false, disableAut
>
<Provider store={connectedStripes.store}>
<Router history={history}>
{isAuthenticated || token || disableAuth ?
{ isAuthenticated || token || disableAuth ?
<>
<MainContainer>
<AppCtxMenuProvider>
Expand All @@ -72,10 +72,10 @@ const RootWithIntl = ({ stripes, token = '', isAuthenticated = false, disableAut
event={events.LOGIN}
stripes={connectedStripes}
/>
{(typeof connectedStripes.okapi !== 'object' || connectedStripes.discovery.isFinished) && (
{ (typeof connectedStripes.okapi !== 'object' || connectedStripes.discovery.isFinished) && (
<ModuleContainer id="content">
<OverlayContainer />
<SessionEventContainer history={history} />
{connectedStripes.config.useSecureTokens && <SessionEventContainer history={history} queryClient={queryClient} />}
<Switch>
<TitledRoute
name="home"
Expand Down

0 comments on commit c44a934

Please sign in to comment.