Unnecessary return

This commit is contained in:
Dane Everitt 2020-03-28 15:43:06 -07:00
parent 7244cdbf5d
commit ff49165447
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

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