|
|
@ -792,7 +792,7 @@ export const dashboardOfferDtoMapper = (
|
|
|
|
location: locationDtoMapper(offer.location),
|
|
|
|
location: locationDtoMapper(offer.location),
|
|
|
|
monthYearReceived: offer.monthYearReceived,
|
|
|
|
monthYearReceived: offer.monthYearReceived,
|
|
|
|
numberOfOtherOffers:
|
|
|
|
numberOfOtherOffers:
|
|
|
|
offer.profile.offers.length < 2 ? 0 : offer.profile.offers.length,
|
|
|
|
offer.profile.offers.length < 2 ? 0 : offer.profile.offers.length - 1,
|
|
|
|
profileId: offer.profileId,
|
|
|
|
profileId: offer.profileId,
|
|
|
|
title: offer.offersFullTime?.title || offer.offersIntern?.title || '',
|
|
|
|
title: offer.offersFullTime?.title || offer.offersIntern?.title || '',
|
|
|
|
totalYoe: offer.profile.background?.totalYoe ?? -1,
|
|
|
|
totalYoe: offer.profile.background?.totalYoe ?? -1,
|
|
|
|