chore: fix linter
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { DocsInfo } from '@0xproject/react-docs';
|
||||
import { ALink, colors, constants as sharedConstants, Link, NestedSidebarMenu, Styles } from '@0xproject/react-shared';
|
||||
import { ALink, colors, Link, Styles } from '@0xproject/react-shared';
|
||||
import { ObjectMap } from '@0xproject/types';
|
||||
import * as _ from 'lodash';
|
||||
import Drawer from 'material-ui/Drawer';
|
||||
|
@@ -187,16 +187,6 @@ export class Wiki extends React.Component<WikiProps, WikiState> {
|
||||
}
|
||||
return sectionNameToLinks;
|
||||
}
|
||||
private _onSidebarHover(_event: React.FormEvent<HTMLInputElement>): void {
|
||||
this.setState({
|
||||
isHoveringSidebar: true,
|
||||
});
|
||||
}
|
||||
private _onSidebarHoverOff(): void {
|
||||
this.setState({
|
||||
isHoveringSidebar: false,
|
||||
});
|
||||
}
|
||||
private _onHashChanged(_event: any): void {
|
||||
const hash = window.location.hash.slice(1);
|
||||
sharedUtils.scrollToHash(hash, sharedConstants.SCROLL_CONTAINER_ID);
|
||||
|
Reference in New Issue
Block a user