- {t( - 'The domain is currently in action required status. Please take the necessary actions to resolve those following issues.', - )} -
-
- {mailDomain.action_required_details &&
- Object.entries(mailDomain.action_required_details).map(
+ {mailDomain.status !== 'enabled' ? (
+ <>
+
+ {t(
+ 'The domain is currently in action required status. Please take the necessary actions to resolve those following issues.',
+ )}
+
+ {t('Actions required detail')}
+ >
+ ) : (
+ {t('The domain is currently enabled.')}
+ )}
+ {mailDomain.action_required_details && (
+
+ {Object.entries(mailDomain.action_required_details).map(
([check, value], index) => (