Skip to content

Commit

Permalink
fix(ui): run prettier ProfileImageInput component
Browse files Browse the repository at this point in the history
  • Loading branch information
Uthra-karunakaran committed Aug 22, 2024
1 parent 821023d commit 9548293
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/basic/ProfileImageInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ function ProfileImageInput({ image, setImage, className }) {
/>
{/* image input with label */}
<div>
<label
htmlFor="mentorProfile"
>
<label htmlFor="mentorProfile">
{!image ? "Upload Image" : "Change Image"}
</label>
<input
Expand Down

0 comments on commit 9548293

Please sign in to comment.