From f9b57dbf4dbe18eafe2564a29a2166721fa272fc Mon Sep 17 00:00:00 2001 From: Ai Ling Date: Mon, 31 Oct 2022 03:03:51 +0800 Subject: [PATCH] [offers][feat] Add multiple company analysis UI --- .../src/components/offers/offerAnalysis/OfferAnalysis.tsx | 2 +- .../offers/offerAnalysis/OfferPercentileAnalysisText.tsx | 2 +- .../offers/offersSubmission/OffersSubmissionAnalysis.tsx | 2 +- apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx index d229eb52..ab80bb48 100644 --- a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx +++ b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx @@ -133,4 +133,4 @@ export default function OfferAnalysis({ )} ); -} +} \ No newline at end of file diff --git a/apps/portal/src/components/offers/offerAnalysis/OfferPercentileAnalysisText.tsx b/apps/portal/src/components/offers/offerAnalysis/OfferPercentileAnalysisText.tsx index 6ab2f7a6..f19c95d0 100644 --- a/apps/portal/src/components/offers/offerAnalysis/OfferPercentileAnalysisText.tsx +++ b/apps/portal/src/components/offers/offerAnalysis/OfferPercentileAnalysisText.tsx @@ -28,4 +28,4 @@ export default function OfferPercentileAnalysisText({ last year.

); -} +} \ No newline at end of file diff --git a/apps/portal/src/components/offers/offersSubmission/OffersSubmissionAnalysis.tsx b/apps/portal/src/components/offers/offersSubmission/OffersSubmissionAnalysis.tsx index eeae57c7..7e0a7d47 100644 --- a/apps/portal/src/components/offers/offersSubmission/OffersSubmissionAnalysis.tsx +++ b/apps/portal/src/components/offers/offersSubmission/OffersSubmissionAnalysis.tsx @@ -33,4 +33,4 @@ export default function OffersSubmissionAnalysis({ )} ); -} +} \ No newline at end of file diff --git a/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx b/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx index b8bde4a5..26f0d81d 100644 --- a/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx +++ b/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx @@ -140,4 +140,4 @@ export default function OffersSubmissionResult() { ); -} +} \ No newline at end of file