Unnecessary return
This commit is contained in:
parent
7244cdbf5d
commit
ff49165447
@ -35,7 +35,6 @@ export default ({ match, history, location }: Props) => {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
window.location = '/';
|
window.location = '/';
|
||||||
return;
|
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user