Codestyle

This commit is contained in:
Thomas Nordquist
2019-03-04 17:56:00 +01:00
parent dee1abb1da
commit e95fd5b37d

View File

@@ -89,7 +89,7 @@ class App extends React.PureComponent<Props, {}> {
<UpdateNotifier /> <UpdateNotifier />
<ConnectionSetup /> <ConnectionSetup />
</ErrorBoundary> </ErrorBoundary>
</div > </div>
) )
} }
} }