Fix highlight of active tab

pull/3283/head
Alex P 2018-04-20 20:34:41 -07:00
parent 54e8bafbb4
commit d73cc89a38
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const SubSectionsTab: SFC<TabProps> = ({
}) => ( }) => (
<div <div
className={`subsection--tab ${ className={`subsection--tab ${
section.name === activeSection ? 'active' : '' section.url === activeSection ? 'active' : ''
}`} }`}
onClick={handleClick} onClick={handleClick}
> >