Upgraded/pruned deps, applied linting fixes

This commit is contained in:
Wyatt Johnson
2017-08-28 14:06:54 -06:00
parent a570626787
commit eb586f217b
93 changed files with 1758 additions and 1709 deletions
@@ -97,6 +97,9 @@ class SignInContainer extends React.Component {
// allow success UI to be shown for a second, and then close the modal
this.props.hideSignInDialog();
}, 2500);
})
.catch((err) => {
console.error(err);
});
};