back to explore page

This commit is contained in:
Sean Yesmunt 2019-01-09 00:35:06 -05:00
parent 9658cefa55
commit 08bd2d233f

View file

@ -3,7 +3,7 @@ import * as ACTIONS from 'constants/action_types';
const getCurrentPath = () => {
const { hash } = document.location;
if (hash !== '') return hash.replace(/^#/, '');
return '/rewards';
return '/discover';
};
const reducers = {};