Skip to content

Commit 4ec7fe5

Browse files
jendownsjoshblack
authored andcommitted
docs(tabs): fix react story class name typo & prefix usage (carbon-design-system#5103)
1 parent cb2a1ec commit 4ec7fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/Tabs/Tabs-story.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const TabContentRenderedOnlyWhenSelected = ({
5858
...other
5959
}) =>
6060
!selected ? (
61-
<div {...other} ciassName="bx--visually-hidden" />
61+
<div {...other} className={`${prefix}--visually-hidden`} />
6262
) : (
6363
<div
6464
{...other}

0 commit comments

Comments
 (0)