From 68f5c578a216a2016d9d3515be5d2d6635553e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Oliv=C3=A9?= Date: Thu, 27 Jul 2023 14:36:19 +0200 Subject: [PATCH] Fixed issue generating the pipeline (#20231) --- ui/pages/home/home.component.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ui/pages/home/home.component.js b/ui/pages/home/home.component.js index 0d2560c44..874da73ec 100644 --- a/ui/pages/home/home.component.js +++ b/ui/pages/home/home.component.js @@ -2,7 +2,7 @@ import React, { PureComponent } from 'react'; import PropTypes from 'prop-types'; import { Redirect, Route } from 'react-router-dom'; import { - ///: BEGIN:ONLY_INCLUDE_IN(build-main,build-mmi) + ///: BEGIN:ONLY_INCLUDE_IN(build-main) MetaMetricsContextProp, ///: END:ONLY_INCLUDE_IN MetaMetricsEventCategory, @@ -27,15 +27,15 @@ import WhatsNewPopup from '../../components/app/whats-new-popup'; import ActionableMessage from '../../components/ui/actionable-message/actionable-message'; import { - FONT_WEIGHT, - DISPLAY, + FontWeight, + Display, TextColor, TextVariant, - - ///: BEGIN:ONLY_INCLUDE_IN(build-main,build-mmi) + ///: BEGIN:ONLY_INCLUDE_IN(build-main) Size, + ///: END:ONLY_INCLUDE_IN + ///: BEGIN:ONLY_INCLUDE_IN(build-main,build-mmi) JustifyContent, - Display, ///: END:ONLY_INCLUDE_IN } from '../../helpers/constants/design-system'; import { SECOND } from '../../../shared/constants/time'; @@ -44,7 +44,7 @@ import { ButtonIconSize, IconName, Box, - ///: BEGIN:ONLY_INCLUDE_IN(build-main,build-mmi) + ///: BEGIN:ONLY_INCLUDE_IN(build-main) ButtonLink, ///: END:ONLY_INCLUDE_IN Text, @@ -72,7 +72,7 @@ import { ///: END:ONLY_INCLUDE_IN } from '../../helpers/constants/routes'; import ZENDESK_URLS from '../../helpers/constants/zendesk-url'; -///: BEGIN:ONLY_INCLUDE_IN(build-main,build-mmi) +///: BEGIN:ONLY_INCLUDE_IN(build-main) import { SUPPORT_LINK } from '../../../shared/lib/ui-utils'; ///: END:ONLY_INCLUDE_IN ///: BEGIN:ONLY_INCLUDE_IN(build-beta) @@ -461,7 +461,7 @@ export default class Home extends PureComponent { autoHideTime={autoHideDelay} onAutoHide={onAutoHide} message={ - + {t('newNftAddedMessage')} @@ -483,7 +483,7 @@ export default class Home extends PureComponent { autoHideTime={autoHideDelay} onAutoHide={onAutoHide} message={ - + {t('removeNftMessage')} @@ -503,7 +503,7 @@ export default class Home extends PureComponent { type="success" className="home__new-network-notification" message={ - + {t('newNetworkAdded', [newNetworkAddedName])} @@ -524,7 +524,7 @@ export default class Home extends PureComponent { type="success" className="home__new-tokens-imported-notification" message={ - + {t('networkAddedSuccessfully')}