Disable welcome page for now
This commit is contained in:
@@ -63,6 +63,10 @@ const renderMain = (additionalState = {}) => {
|
||||
render(main, root)
|
||||
}
|
||||
|
||||
renderMain()
|
||||
|
||||
// disable temp
|
||||
/*
|
||||
if (Object.keys(initialState).length === 2 &&
|
||||
window.localStorage.getItem('lastLoad') == null) {
|
||||
const onSearch = ({bounds, type, location}) => {
|
||||
@@ -77,3 +81,4 @@ if (Object.keys(initialState).length === 2 &&
|
||||
} else {
|
||||
renderMain()
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user