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

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