Skip to content

Commit

Permalink
style: format code with Prettier (#1313)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 660c7fe according to the output
from Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Dec 13, 2023
1 parent 660c7fe commit 165ce39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reusableComponents/Auth/Auth__pass__input.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const Auth__pass__input = ({
errorMesssage
? "error-border pass__input__container password-container"
: !value
? "pass__input__container password-container"
: "success-border pass__input__container password-container"
? "pass__input__container password-container"
: "success-border pass__input__container password-container"
}
>
<input
Expand Down

0 comments on commit 165ce39

Please sign in to comment.