Fix eslint warnings and errors
This commit is contained in:
parent
0a0af1cbf3
commit
24ab3990ad
7 changed files with 141 additions and 168 deletions
|
|
@ -8,11 +8,11 @@ import App from "components/App";
|
|||
import "../node_modules/@mdi/font/css/materialdesignicons.min.css";
|
||||
import "../css/styles.css";
|
||||
|
||||
const Config : Config = window.config;
|
||||
const config : Config = window.config;
|
||||
injectTapEventPlugin();
|
||||
|
||||
document.title = `${Config.space.name} Map`;
|
||||
document.title = `${config.space.name} Map`;
|
||||
|
||||
// $FlowFixMe
|
||||
const contentElement: Element = document.getElementById("content");
|
||||
ReactDOM.render(<App config={Config} />, contentElement);
|
||||
ReactDOM.render(<App config={config} />, contentElement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue