Merge branch 'StaticallyTypedRice-minor-changes' of https://github.com/StaticallyTypedRice/lemmy into StaticallyTypedRice-StaticallyTypedRice-minor-changes

This commit is contained in:
Dessalines 2020-01-31 23:06:46 -05:00
commit 7c93e17fbb
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export class Navbar extends Component<any, NavbarState> {
}
render() {
return <div>{this.navbar()}</div>;
return this.navbar();
}
componentWillUnmount() {