Skip to content

Commit

Permalink
Update partner-details-sheet.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilson023 committed Nov 18, 2024
1 parent 4d51784 commit 67749b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/web/ui/partners/partner-details-sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,12 @@ function PartnerDetailsSheetContent({ partner }: PartnerDetailsSheetProps) {
</div>
</div>
</div>
<div className="flex grow flex-col justify-end">

{/* <div className="flex grow flex-col justify-end">
<div className="flex items-center justify-end gap-2 border-t border-neutral-200 p-5">
WIP
</div>
</div>
</div> */}
</>
);
}
Expand Down

0 comments on commit 67749b3

Please sign in to comment.