Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaYahya committed Feb 5, 2024
1 parent 455fd1b commit 33ff370
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/member/BioSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ const StyledBox = styled(Box)(({ theme }) => ({
},
}));

const contentLinesToShow = 3;

const BioSection = ({ id, memberData, isOwnProfile }: Props) => {
const { t } = useLibraryTranslation();

Expand Down

0 comments on commit 33ff370

Please sign in to comment.