Skip to content

Commit

Permalink
📝 Bruker bare ett linjeskift for jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Apr 10, 2024
1 parent f4f2478 commit 86493b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion @navikt/core/react/src/tabs/parts/tab/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
1 change: 0 additions & 1 deletion @navikt/core/react/src/tabs/parts/tabpanel/TabPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface TabPanelProps extends React.HTMLAttributes<HTMLDivElement> {
/**
* 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.
*/
Expand Down

0 comments on commit 86493b1

Please sign in to comment.