Skip to content

Commit

Permalink
PR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof-Pierre Cummings committed Jan 26, 2022
1 parent 623f108 commit a38ae58
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ export const SecuritySolutionTemplateWrapper: React.FC<SecuritySolutionPageWrapp
$isShowingTimelineOverlay={isShowingTimelineOverlay}
bottomBarProps={SecuritySolutionBottomBarProps}
bottomBar={
userHasSecuritySolutionVisible ? (
<SecuritySolutionBottomBar onAppLeave={onAppLeave} />
) : (
<></>
)
userHasSecuritySolutionVisible && <SecuritySolutionBottomBar onAppLeave={onAppLeave} />
}
paddingSize="none"
solutionNav={solutionNav}
Expand Down

0 comments on commit a38ae58

Please sign in to comment.