chore(root): Ensure development environment
This commit is contained in:
committed by
mrugesh mohapatra
parent
46a217d0a5
commit
dc00eb8555
@@ -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) {
|
||||
|
Reference in New Issue
Block a user