diff --git a/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx b/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx index c1aa603f0b..1e476785e7 100644 --- a/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx +++ b/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx @@ -20,7 +20,7 @@ import useBreakpoints, { MediaType } from '@/hooks/use-breakpoints' const noDataIcon = ( - + ) @@ -33,9 +33,9 @@ export type IGetAutomaticResProps = { const genIcon = ( - - - + + + ) @@ -74,14 +74,14 @@ const GetAutomaticRes: FC = ({ const [res, setRes] = React.useState(null) const renderLoading = ( -
+
{t('appDebug.automatic.loading')}
) const renderNoData = ( -
+
{noDataIcon}
{t('appDebug.automatic.noData')}
@@ -142,7 +142,7 @@ const GetAutomaticRes: FC = ({
{t('appDebug.automatic.description')}
{/* inputs */} -
+
{t('appDebug.automatic.intendedAudience')}
setAudiences(e.target.value)} /> @@ -167,8 +167,8 @@ const GetAutomaticRes: FC = ({
} {(!isLoading && res) && ( -
-
{t('appDebug.automatic.resTitle')}
+
+
{t('appDebug.automatic.resTitle')}
= ({
)} -
+