Skip to content

Commit

Permalink
(PC-33779)[PRO] fix: Adds caret « - » in offer recap for empty OA labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jclery-pass committed Jan 14, 2025
1 parent d63e692 commit 52b6449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const OfferSection = ({
descriptions={[
{
title: 'Intitulé',
text: offerData.address?.label,
text: offerData.address?.label ?? '-',
},
{
title: 'Adresse',
Expand Down

0 comments on commit 52b6449

Please sign in to comment.