mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: estimated removal date in the timeline
This commit is contained in:
@@ -33,7 +33,7 @@ function getWhoisRemoveTimelineEvent(whoisRemoveDateEstimate: Date, withRenewalP
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
date: whoisRemoveDateEstimate,
|
date: whoisRemoveDateEstimate,
|
||||||
color: withRenewalPeriod ? 'yellow' : 'grey',
|
color: (withRenewalPeriod === undefined || withRenewalPeriod) ? 'yellow' : 'grey',
|
||||||
dot: <ThunderboltOutlined style={{fontSize: '16px'}}/>,
|
dot: <ThunderboltOutlined style={{fontSize: '16px'}}/>,
|
||||||
pending: true,
|
pending: true,
|
||||||
...text
|
...text
|
||||||
|
|||||||
Reference in New Issue
Block a user