mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: minor display correction
This commit is contained in:
@@ -72,16 +72,10 @@ export function DomainResult({domain}: { domain: Domain }) {
|
|||||||
{domain.status.length > 0 &&
|
{domain.status.length > 0 &&
|
||||||
<>
|
<>
|
||||||
<Divider orientation="left">{t`EPP Status Codes`}</Divider>
|
<Divider orientation="left">{t`EPP Status Codes`}</Divider>
|
||||||
{
|
<Flex gap="4px 0" wrap>
|
||||||
serverStatus && <Flex gap="4px 0" wrap>
|
{serverStatus.map(statusToTag)}
|
||||||
{serverStatus.map(statusToTag)}
|
{clientStatus.map(statusToTag)}
|
||||||
</Flex>
|
</Flex>
|
||||||
}
|
|
||||||
{
|
|
||||||
clientStatus && <Flex gap="4px 0" wrap>
|
|
||||||
{clientStatus.map(statusToTag)}
|
|
||||||
</Flex>
|
|
||||||
}
|
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user