From 17779e15a3c1d26a6d05892c69e2aee7fa3763f2 Mon Sep 17 00:00:00 2001 From: Ai Ling Date: Mon, 31 Oct 2022 03:25:08 +0800 Subject: [PATCH] [offers][fix] Fix empty analysis --- apps/portal/src/components/offers/profile/ProfileDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/components/offers/profile/ProfileDetails.tsx b/apps/portal/src/components/offers/profile/ProfileDetails.tsx index 1d606c03..9a6ccaef 100644 --- a/apps/portal/src/components/offers/profile/ProfileDetails.tsx +++ b/apps/portal/src/components/offers/profile/ProfileDetails.tsx @@ -188,4 +188,4 @@ export default function ProfileDetails({ ); } return null; -} +} \ No newline at end of file