Skip to content

Commit f531b1b

Browse files
committed
Remove hire button because form was going nowhere
1 parent ccb85cc commit f531b1b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/apps/profiles/src/member-profile/profile-header/ProfileHeader.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,18 +179,6 @@ const ProfileHeader: FC<ProfileHeaderProps> = (props: ProfileHeaderProps) => {
179179
.format('MMM YYYY')}
180180
</p>
181181
</div>
182-
{
183-
!canEdit && isTalentSearch ? (
184-
<div className={styles.hiringClickWrap}>
185-
<Button
186-
label='Hire Topcoder Talent'
187-
primary
188-
size='lg'
189-
onClick={handleStartHiringToggle}
190-
/>
191-
</div>
192-
) : undefined
193-
}
194182
</div>
195183

196184
{

0 commit comments

Comments
 (0)