File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ import {
8
8
UserProfile ,
9
9
} from '~/libs/core'
10
10
import { ProfilePicture , useCheckIsMobile } from '~/libs/shared'
11
- import { Button } from '~/libs/ui'
12
11
13
12
import { AddButton , EditMemberPropertyBtn } from '../../components'
14
13
import { EDIT_MODE_QUERY_PARAM , profileEditModes } from '../../config'
15
- import { MemberProfileContextValue , useMemberProfileContext } from '../MemberProfile.context'
16
14
17
15
import { OpenForGigs } from './OpenForGigs'
18
16
import { ModifyMemberNameModal } from './ModifyMemberNameModal'
@@ -45,8 +43,6 @@ const ProfileHeader: FC<ProfileHeaderProps> = (props: ProfileHeaderProps) => {
45
43
const [ isHiringFormOpen , setIsHiringFormOpen ] : [ boolean , Dispatch < SetStateAction < boolean > > ]
46
44
= useState < boolean > ( false )
47
45
48
- const { isTalentSearch } : MemberProfileContextValue = useMemberProfileContext ( )
49
-
50
46
const { state } : Location = useLocation ( )
51
47
52
48
const searchedSkills : string [ ] = useMemo (
You can’t perform that action at this time.
0 commit comments