Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(Tabs): re-implement tab-content classname (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemecomputer authored and jnm2377 committed Feb 11, 2019
1 parent 2565dee commit 63fc518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export default class Tabs extends React.Component {

return (
<TabContent
className="tab-content"
aria-hidden={!selected}
hidden={!selected}
selected={selected}>
Expand Down

0 comments on commit 63fc518

Please sign in to comment.