Skip to content

Commit

Permalink
docs(tabs): fix react story class name typo & prefix usage (#5103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and asudoh committed Jan 21, 2020
1 parent e4d0723 commit 00f87f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Tabs/Tabs-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const TabContentRenderedOnlyWhenSelected = ({
...other
}) =>
!selected ? (
<div {...other} ciassName="bx--visually-hidden" />
<div {...other} className={`${prefix}--visually-hidden`} />
) : (
<div
{...other}
Expand Down

0 comments on commit 00f87f8

Please sign in to comment.