mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +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 {
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user