Skip to content

Commit b525f14

Browse files
committed
Lint
1 parent 9ffbac9 commit b525f14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ import {
88
UserProfile,
99
} from '~/libs/core'
1010
import { ProfilePicture, useCheckIsMobile } from '~/libs/shared'
11-
import { Button } from '~/libs/ui'
1211

1312
import { AddButton, EditMemberPropertyBtn } from '../../components'
1413
import { EDIT_MODE_QUERY_PARAM, profileEditModes } from '../../config'
15-
import { MemberProfileContextValue, useMemberProfileContext } from '../MemberProfile.context'
1614

1715
import { OpenForGigs } from './OpenForGigs'
1816
import { ModifyMemberNameModal } from './ModifyMemberNameModal'
@@ -45,8 +43,6 @@ const ProfileHeader: FC<ProfileHeaderProps> = (props: ProfileHeaderProps) => {
4543
const [isHiringFormOpen, setIsHiringFormOpen]: [boolean, Dispatch<SetStateAction<boolean>>]
4644
= useState<boolean>(false)
4745

48-
const { isTalentSearch }: MemberProfileContextValue = useMemberProfileContext()
49-
5046
const { state }: Location = useLocation()
5147

5248
const searchedSkills: string[] = useMemo(

0 commit comments

Comments
 (0)