diff --git a/@navikt/core/react/src/tabs/parts/tab/Tab.tsx b/@navikt/core/react/src/tabs/parts/tab/Tab.tsx index 27cd2249f3..8cca9fea26 100644 --- a/@navikt/core/react/src/tabs/parts/tab/Tab.tsx +++ b/@navikt/core/react/src/tabs/parts/tab/Tab.tsx @@ -22,7 +22,6 @@ export interface TabProps /** * Overrides auto-generated id. * - * * **Warning**: Tab generates an id if not provided. If you need to override it, * make sure to also include the correct `aria-controls` id for the TabPanel it controls. */ diff --git a/@navikt/core/react/src/tabs/parts/tabpanel/TabPanel.tsx b/@navikt/core/react/src/tabs/parts/tabpanel/TabPanel.tsx index e83ab1d3bf..9933c56164 100644 --- a/@navikt/core/react/src/tabs/parts/tabpanel/TabPanel.tsx +++ b/@navikt/core/react/src/tabs/parts/tabpanel/TabPanel.tsx @@ -19,7 +19,6 @@ export interface TabPanelProps extends React.HTMLAttributes { /** * Overrides auto-generated id. * - * * **Warning**: TabPanel generates an id if not provided. If you need to override it, * make sure to also include the correct `aria-labelledby` id for the Tab that labels it. */