Updated prettierrc

This commit is contained in:
2021-03-11 18:15:08 -06:00
parent c8b5d2351e
commit 468bdfa632
29 changed files with 131 additions and 188 deletions

View File

@@ -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