Skip to content

Commit

Permalink
Update x-pack/plugins/infra/public/components/navigation/routed_tabs.tsx
Browse files Browse the repository at this point in the history
Co-Authored-By: Felix Stürmer <[email protected]>
  • Loading branch information
Kerry350 and weltenwort authored Mar 5, 2020
1 parent fb54d71 commit a46990c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const Tab = ({ title, path }: TabConfiguration) => {
const linkProps = useLinkProps({ pathname: path });
return (
<Route
key={`${path}-${title}`}
path={path}
children={({ match, history }) => {
return (
Expand Down

0 comments on commit a46990c

Please sign in to comment.