Skip to content

Commit

Permalink
Update x-pack/plugins/endpoint/public/applications/endpoint/component…
Browse files Browse the repository at this point in the history
…s/header_nav.tsx

Co-Authored-By: Paul Tavares <56442535+paul-tavares@users.noreply.github.com>
  • Loading branch information
kevinlog and paul-tavares authored Feb 28, 2020
1 parent 09382af commit e90a9ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Tabs = styled(EuiTabs)`
}
`;

export const HeaderNavigation: React.FunctionComponent = () => {
export const HeaderNavigation: React.FunctionComponent = React.memo(() => {
const history = useHistory();
const location = useLocation();

Expand Down

0 comments on commit e90a9ac

Please sign in to comment.