mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add estimated removal date in the timeline
This commit is contained in:
@@ -96,7 +96,7 @@ export function DomainResult({domain}: { domain: Domain }) {
|
||||
{
|
||||
domain.events.length > 0 && <>
|
||||
<Divider orientation='left'>{t`Timeline`}</Divider>
|
||||
<EventTimeline events={domainEvents}/>
|
||||
<EventTimeline events={domainEvents} expiresInDays={domain.expiresInDays}/>
|
||||
</>
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user