alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
remove unused code
author
Wesley Finck
date
7 months ago
(Dec 9, 2025, 4:57 PM +0800)
commit
b2664f20
b2664f2022ded1c72b0801a5296d588d1f935a04
parent
2eb7e32d
2eb7e32dfedac155d63154e8d100c8d5eb4bf265
-3
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
profile
containers
profileContainer
ProfileContainer.tsx
-3
src/webapp/features/profile/containers/profileContainer/ProfileContainer.tsx
View file
Reviewed
···
18
18
import { BiCollection } from 'react-icons/bi';
19
19
import { FaRegNoteSticky } from 'react-icons/fa6';
20
20
import { useNavbarContext } from '@/providers/navbar';
21
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
40
-
const { user } = useAuth();
41
41
-
const isOwnProfile = user?.handle === props.handle;
42
39
43
40
return (
44
41
<Container p={'xs'} size={'xl'}>