mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
fix: estimated removal date in the timeline
This commit is contained in:
parent
f2464c1795
commit
ebb38f1434
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user