Skip to content

Commit

Permalink
Resolved type error within EuiTabs by removing instances of display: …
Browse files Browse the repository at this point in the history
…condensed as it is no longer a part of the Amsterdam theme via EUI PR #5868(elastic/eui#5868)
  • Loading branch information
breehall committed May 25, 2022
1 parent 796aeb2 commit 7c51acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const TabNavigationComponent: React.FC<TabNavigationProps> = ({
[navTabs, selectedTabId, search]
);

return <EuiTabs display={display}>{renderTabs}</EuiTabs>;
return <EuiTabs>{renderTabs}</EuiTabs>;
};

TabNavigationComponent.displayName = 'TabNavigationComponent';
Expand Down

0 comments on commit 7c51acd

Please sign in to comment.