Skip to content

Commit

Permalink
Update title
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 29, 2024
1 parent 9610e19 commit f584350
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ export const DomainRenewActionDetails: FC<ActionData> = ({ action, timestamp, ev
return (
<ActionDetailsBlock event={event}>
<div>
<Title>
{simplePreview.name} {domainRenew.domain}
</Title>
<Title>{domainRenew.domain}</Title>
<ActionDate kind="send" timestamp={timestamp} />
<FailedDetail status={action.status} />
</div>
Expand Down

0 comments on commit f584350

Please sign in to comment.