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