fix: estimated removal date in the timeline

This commit is contained in:
Maël Gangloff 2025-12-11 18:06:11 +01:00
parent f2464c1795
commit ebb38f1434
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -33,7 +33,7 @@ function getWhoisRemoveTimelineEvent(whoisRemoveDateEstimate: Date, withRenewalP
return {
date: whoisRemoveDateEstimate,
color: withRenewalPeriod ? 'yellow' : 'grey',
color: (withRenewalPeriod === undefined || withRenewalPeriod) ? 'yellow' : 'grey',
dot: <ThunderboltOutlined style={{fontSize: '16px'}}/>,
pending: true,
...text