Remove extra parameter because I'm dumb
This commit is contained in:
parent
e303f37572
commit
c3f8631a57
|
@ -54,7 +54,7 @@ if (module.hot) {
|
|||
module.hot.accept('./ui/main.js', () => {
|
||||
const NextMain = require('./ui/main.js').default;
|
||||
skip_init = true;
|
||||
render(<NextMain />, document.getElementById('react-root'));
|
||||
render(<NextMain />);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user