Skip to content

Commit

Permalink
fix: team page
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Dec 9, 2023
1 parent ae7d625 commit fd31696
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ membersZod.parse(MemberDetails);
{
(MemberDetails as TeamMemberInterface[])
.filter((member) => member.role === "contributor")
.toSorted(() => Math.random() - 0.5)
.map((member: TeamMemberInterface) => (
<TeamMemberCard {...member} />
))
Expand Down

0 comments on commit fd31696

Please sign in to comment.