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 null
} }
{ !shouldShowMapButton && { !shouldShowMapButton &&
<li <li
className='divider-vertical' className='divider-vertical'
/> />
} }

View File

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