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 {
88 UserProfile ,
99} from '~/libs/core'
1010import { ProfilePicture , useCheckIsMobile } from '~/libs/shared'
11- import { Button } from '~/libs/ui'
1211
1312import { AddButton , EditMemberPropertyBtn } from '../../components'
1413import { EDIT_MODE_QUERY_PARAM , profileEditModes } from '../../config'
15- import { MemberProfileContextValue , useMemberProfileContext } from '../MemberProfile.context'
1614
1715import { OpenForGigs } from './OpenForGigs'
1816import { 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 (
You can’t perform that action at this time.
0 commit comments