Fix eslint warnings and errors
This commit is contained in:
parent
0a0af1cbf3
commit
24ab3990ad
7 changed files with 141 additions and 168 deletions
|
|
@ -16,7 +16,7 @@ export type TopBarState = {
|
|||
};
|
||||
|
||||
export default class TopBar
|
||||
extends React.PureComponent<TopBarProps, TopBarState> {
|
||||
extends React.PureComponent<TopBarProps, TopBarState> {
|
||||
constructor(props: TopBarProps) {
|
||||
super(props);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue