From 33ff37039454a288675413931c04226601c8d549 Mon Sep 17 00:00:00 2001 From: LinaYahya Date: Mon, 5 Feb 2024 17:32:16 +0100 Subject: [PATCH] fix: remove unused var --- src/components/member/BioSection.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/member/BioSection.tsx b/src/components/member/BioSection.tsx index b21955d44..45e374d85 100644 --- a/src/components/member/BioSection.tsx +++ b/src/components/member/BioSection.tsx @@ -43,8 +43,6 @@ const StyledBox = styled(Box)(({ theme }) => ({ }, })); -const contentLinesToShow = 3; - const BioSection = ({ id, memberData, isOwnProfile }: Props) => { const { t } = useLibraryTranslation();