From 99a5612c8d437b357cef34152362046d950bd9bf Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sat, 5 Feb 2022 23:02:52 -0800 Subject: [PATCH] Display avatar in contract details --- web/components/contract-card.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/components/contract-card.tsx b/web/components/contract-card.tsx index 84690fae..aa6f0ecc 100644 --- a/web/components/contract-card.tsx +++ b/web/components/contract-card.tsx @@ -158,7 +158,12 @@ export function ContractDetails(props: { contract: Contract }) { return ( - + +