Disable welcome page for now

This commit is contained in:
Edin Dazdarevic
2017-06-08 12:22:48 +02:00
parent 7a231a1b04
commit 84db719521

View File

@@ -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()
}
*/