Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jan 2, 2024
1 parent 1052603 commit d09f53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const Summary: React.FC = () => {
},
{
label: t('myOffers.step_2.expireDate'),
value: offer?.expireDate ? dayjs(offer.expireDate).format() : dayjs(),
value: offer?.expireDate ? dayjs(offer.expireDate).format() : dayjs().format(),
},
];

Expand Down

0 comments on commit d09f53b

Please sign in to comment.