From ab2fc4c54c1af89cd0da538cb53a53c3f351b0a9 Mon Sep 17 00:00:00 2001 From: Saad Tarhi Date: Fri, 24 Feb 2023 12:38:14 +0100 Subject: [PATCH] Fix Payment Options settings crash in the editor --- assets/js/editor-components/external-link-card/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/editor-components/external-link-card/index.tsx b/assets/js/editor-components/external-link-card/index.tsx index 21c57081aca..3b0495cbf4f 100644 --- a/assets/js/editor-components/external-link-card/index.tsx +++ b/assets/js/editor-components/external-link-card/index.tsx @@ -5,7 +5,7 @@ import { __ } from '@wordpress/i18n'; import { Icon, external } from '@wordpress/icons'; import { VisuallyHidden } from '@wordpress/components'; import { sanitizeHTML } from '@woocommerce/utils'; -import { alert } from '@woocommerce/icons'; +import { Alert } from '@woocommerce/icons'; /** * Internal dependencies @@ -50,7 +50,7 @@ const ExternalLinkCard = ( { ) } { warning ? ( - + } /> { warning } ) : null }