back to explore page
This commit is contained in:
parent
9658cefa55
commit
08bd2d233f
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue