diff --git a/src/components/sections/about/team/index.tsx b/src/components/sections/about/team/index.tsx index 38376e6..861f23e 100644 --- a/src/components/sections/about/team/index.tsx +++ b/src/components/sections/about/team/index.tsx @@ -26,9 +26,6 @@ interface Props { } const TeamSection = ({ teamData, data }: Props) => { - const laconicTeam = teamData?.filter((member) => - member.memberTeam.includes('Laconic') - ) const cercTeam = teamData?.filter((member) => member.memberTeam.includes('Cerc') ) @@ -48,12 +45,11 @@ const TeamSection = ({ teamData, data }: Props) => {

{data?.teamDescB01}

{data?.teamDescB02}

-