Skip to content

Commit

Permalink
Ignore Typescript error on soon-to-come EUI prop
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 21, 2021
1 parent 96ef51c commit 57dcd76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const PrivateSourcesSidebar = () => {
return (
<>
<ViewContentHeader title={PAGE_TITLE} description={PAGE_DESCRIPTION} />
{/* @ts-expect-error: TODO, uncomment this once EUI 34.x lands in Kibana & `mobileBreakpoints` is a valid prop */}
{id && <EuiSideNav items={navItems} mobileBreakpoints={[]} />}
</>
);
Expand Down

0 comments on commit 57dcd76

Please sign in to comment.