|
|
@ -58,9 +58,9 @@ function OfferAnalysisContent({
|
|
|
|
tab={tab}
|
|
|
|
tab={tab}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<p className="mt-5">
|
|
|
|
<p className="mt-5">
|
|
|
|
{isSubmission
|
|
|
|
{tab === OVERALL_TAB
|
|
|
|
? 'Here are some of the top offers relevant to you:'
|
|
|
|
? 'Here are some of the highest offers with the same job title and YOE(±1):'
|
|
|
|
: 'Relevant top offers:'}
|
|
|
|
: 'Here are some of the highest offers with the same company, job title and YOE(±1):'}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{analysis.topPercentileOffers.map((topPercentileOffer) => (
|
|
|
|
{analysis.topPercentileOffers.map((topPercentileOffer) => (
|
|
|
|
<OfferProfileCard
|
|
|
|
<OfferProfileCard
|
|
|
|