Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cchrischen committed Dec 23, 2024
1 parent 455ff68 commit 1d0236c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion new-dti-website/components/team/MemberGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,10 @@ const MemberGroup: React.FC<MemberGroupProps> = ({
/>
</button>
{selectedMember && canInsertMemberDetails(index) && (
<div className="lg:col-span-4 md:col-span-3 xs:col-span-2 rounded-lg" ref={memberDetailsRef}>
<div
className="lg:col-span-4 md:col-span-3 xs:col-span-2 rounded-lg"
ref={memberDetailsRef}
>
<MemberDetails
{...selectedMember}
image={`team/${selectedMember.netid}.jpg`}
Expand Down

0 comments on commit 1d0236c

Please sign in to comment.