chore(root): Ensure development environment

This commit is contained in:
Bouncey
2018-09-03 11:23:18 +01:00
committed by mrugesh mohapatra
parent 46a217d0a5
commit dc00eb8555
225 changed files with 164 additions and 21387 deletions

View File

@@ -37,7 +37,7 @@ const mapStateToProps = createSelector(
const mapDispatchToProps = dispatch =>
bindActionCreators({ updateMyEmail }, dispatch);
const maybeEmailRE = /[\w\.\+]*?@\w*?\.\w+?/;
const maybeEmailRE = /[\w.+]*?@\w*?\.\w+?/;
class UpdateEmail extends Component {
constructor(props) {