Skip to content

Commit 4821234

Browse files
committed
refactor: css
1 parent 0de1d69 commit 4821234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/about/components/update-user-modal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function UpdateUserModal() {
199199
/>
200200
<InputForm
201201
hidden={shouldHideUpdatePassword}
202-
label="User password"
202+
label={shouldHideUpdatePassword ? "" : "User password"}
203203
placeholder="**********"
204204
id="password"
205205
type="password"

0 commit comments

Comments
 (0)