fix(linting): Fix linting issue
This commit is contained in:
committed by
mrugesh mohapatra
parent
cda82d68fe
commit
3c077561fa
@ -217,8 +217,8 @@ export class FCCNav extends React.Component {
|
|||||||
/> :
|
/> :
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
{ !shouldShowMapButton &&
|
{ !shouldShowMapButton &&
|
||||||
<li
|
<li
|
||||||
className='divider-vertical'
|
className='divider-vertical'
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user