Skip to content

Commit

Permalink
Temporary hide photo change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinesalib committed May 22, 2020
1 parent 68b4b0e commit f87f112
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/javascript/containers/UserSettings/UserSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import TextInputWithLabel from "../../components/TextInputWithLabel/TextInputWit
import {connect} from "react-redux";
import {createStructuredSelector} from "reselect";
import SubmitButton from "../../components/SubmitButton/SubmitButton";
import changePictureImage from "../../images/user_settings_change_picture.svg";
// import changePictureImage from "../../images/user_settings_change_picture.svg";
import UserSettingsApi from "../../api/userSettingsApi";
import FormValidation from "../../utils/Validation/FormValidation";

Expand Down Expand Up @@ -100,9 +100,9 @@ const UserSettings = (props) => {

<div className={classes.formTextInputs}>
<div>
<div className={classes.userPictureBox}>
<img src={changePictureImage} alt="Mudar imagem do usuário" className={classes.userPicture} />
</div>
{/*<div className={classes.userPictureBox}>*/}
{/* <img src={changePictureImage} alt="Mudar imagem do usuário" className={classes.userPicture} />*/}
{/*</div>*/}
<TextInputWithLabel
className={classes.textInput}
label="Nome Completo"
Expand All @@ -127,7 +127,7 @@ const UserSettings = (props) => {
</div>
<div>
{/* To align text fields below the image input */}
<div className={classes.userPictureBox} />
{/*<div className={classes.userPictureBox} />*/}
<TextInputWithLabel
className={classes.textInput}
label="Senha"
Expand Down

0 comments on commit f87f112

Please sign in to comment.