Remove extenuous defaultProps

This commit is contained in:
Fabio Berger
2018-02-21 11:54:03 -08:00
parent 7d8cad8e3a
commit ef6f52e722
2 changed files with 0 additions and 4 deletions

View File

@@ -81,7 +81,6 @@ export class TopBar extends React.Component<TopBarProps, TopBarState> {
shouldFullWidth: false,
style: {},
isNightVersion: false,
translate: new Translate(),
};
constructor(props: TopBarProps) {
super(props);