Skip to content

Commit

Permalink
퍼블리싱 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdbsx committed Jan 11, 2024
1 parent d77e1ef commit 5305ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/InputBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const InputBox = React.memo(
? "register-input body3-bold margintop-8"
: isClose === null
? "register-input-success body3-bold margintop-8"
: ""
: ""
}
// style={{ background: nickNameChk ? "" : "red" }}
onChange={inputChange}
Expand Down

0 comments on commit 5305ed4

Please sign in to comment.