Skip to content

Commit

Permalink
Merge pull request #587 from codeuino/minor_fix
Browse files Browse the repository at this point in the history
minor prop fix
  • Loading branch information
Rupeshiya authored Aug 25, 2020
2 parents 131826d + 58d7795 commit 3db63c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/Popups.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MdVerifiedUser } from 'react-icons/md';
import { FaUserSlash } from 'react-icons/fa';
import { connect } from 'react-redux';
import { forgotPassword, changePassword } from '../actions/authAction';
import { activateDeactivateToggler } from '../actions/usersAction';
import { activateDeactivateToggler, updateProfile } from '../actions/usersAction';
import { ToastContainer, toast } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";

Expand Down Expand Up @@ -415,5 +415,6 @@ const mapStateToProps = (state) => {
export default connect( mapStateToProps, {
forgotPassword,
changePassword,
updateProfile,
activateDeactivateToggler
})(Popups);

0 comments on commit 3db63c6

Please sign in to comment.