fix(linting): Fix linting issue

pull/16209/head
Quincy Larson 2017-12-16 08:29:22 -06:00 committed by mrugesh mohapatra
parent cda82d68fe
commit 3c077561fa
2 changed files with 3 additions and 3 deletions

View File

@ -217,8 +217,8 @@ export class FCCNav extends React.Component {
/> :
null
}
{ !shouldShowMapButton &&
<li
{ !shouldShowMapButton &&
<li
className='divider-vertical'
/>
}

View File

@ -29,7 +29,7 @@ export const mapStateToPanes = addNS(
const nameToComponent = {
Map: _Map,
'Lesson': SidePanel,
Lesson: SidePanel,
Editor: Editor,
Preview: Preview
};