This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

remove unused code

-3
-3
src/webapp/features/profile/containers/profileContainer/ProfileContainer.tsx
··· 18 18 import { BiCollection } from 'react-icons/bi'; 19 19 import { FaRegNoteSticky } from 'react-icons/fa6'; 20 20 import { useNavbarContext } from '@/providers/navbar'; 21 - import { useAuth } from '@/hooks/useAuth'; 22 21 23 22 interface Props { 24 23 handle: string; ··· 37 36 const cards = cardsData?.pages.flatMap((page) => page.cards) ?? []; 38 37 39 38 const { desktopOpened } = useNavbarContext(); 40 - const { user } = useAuth(); 41 - const isOwnProfile = user?.handle === props.handle; 42 39 43 40 return ( 44 41 <Container p={'xs'} size={'xl'}>