mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
Added fbjs eslint config, fixed lint errors and warnings
This commit is contained in:
@@ -147,7 +147,9 @@ class StickyResponsiveSidebar extends Component {
|
||||
boxShadow: '0 0 20px rgba(0, 0, 0, 0.3)',
|
||||
[media.lessThan('small')]: smallScreenBottomBarStyles,
|
||||
}}
|
||||
onClick={this._openNavMenu}>
|
||||
onClick={this._openNavMenu}
|
||||
role="button"
|
||||
tabIndex="-1">
|
||||
<Container>
|
||||
<div
|
||||
css={{
|
||||
|
||||
Reference in New Issue
Block a user