explicitly nav to /home #homehack
This commit is contained in:
@@ -34,7 +34,7 @@ class ColumnHeader extends React.PureComponent {
|
||||
|
||||
historyBack = () => {
|
||||
if (window.history && window.history.length === 1) {
|
||||
this.context.router.history.push('/');
|
||||
this.context.router.history.push('/home'); // homehack
|
||||
} else {
|
||||
this.context.router.history.goBack();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user