Updated prettierrc
This commit is contained in:
@@ -122,8 +122,7 @@ export default class Password extends Component {
|
||||
<a
|
||||
href={'#'}
|
||||
className={'PasswordLink'}
|
||||
onClick={this.handleActionClick}
|
||||
>
|
||||
onClick={this.handleActionClick}>
|
||||
<u>{this.state.button_text}</u>
|
||||
</a>
|
||||
)}
|
||||
@@ -144,8 +143,7 @@ export default class Password extends Component {
|
||||
<a
|
||||
href={'#'}
|
||||
className={'PasswordShowHide'}
|
||||
onClick={this.handleShowHideClick}
|
||||
>
|
||||
onClick={this.handleShowHideClick}>
|
||||
<FontAwesomeIcon
|
||||
icon={this.state.show_password ? faEye : faEyeSlash}
|
||||
fixedWidth
|
||||
|
||||
Reference in New Issue
Block a user