Skip to content

Commit

Permalink
feat: remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Sep 2, 2024
1 parent 2e69181 commit ed8499d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ export const CollapsibleNavTop = ({
{currentNavGroup?.title && (
<>
<EuiSpacer />
<EuiText>
<div style={{ fontWeight: 'normal' }}>{currentNavGroup?.title}</div>
</EuiText>
<EuiText>{currentNavGroup?.title}</EuiText>
</>
)}
</EuiPanel>
Expand Down

0 comments on commit ed8499d

Please sign in to comment.