import React from 'react'; import PropTypes from 'prop-types'; import { Trans } from 'react-i18next'; const getFormattedWhois = (value) => { const keys = Object.keys(value); if (keys.length > 0) { return ( keys.map(key => (