fix: Drop to import

This commit is contained in:
Tom Moor
2019-10-12 23:03:58 -07:00
parent 5eb384b2c8
commit 01f672fac9
3 changed files with 16 additions and 16 deletions

View File

@@ -45,7 +45,6 @@ class SidebarLink extends React.Component<Props> {
@action
handleClick = (ev: SyntheticEvent<>) => {
ev.preventDefault();
ev.stopPropagation();
this.expanded = !this.expanded;
};