Unnecessary return

This commit is contained in:
Dane Everitt
2020-03-28 15:43:06 -07:00
parent 7244cdbf5d
commit ff49165447

View File

@@ -35,7 +35,6 @@ export default ({ match, history, location }: Props) => {
.then(() => {
// @ts-ignore
window.location = '/';
return;
})
.catch(error => {
console.error(error);