diff --git a/ui/components/app/alert-system/alert-modal/alert-modal.tsx b/ui/components/app/alert-system/alert-modal/alert-modal.tsx index b428cf13c138..5e410fa0c0a6 100644 --- a/ui/components/app/alert-system/alert-modal/alert-modal.tsx +++ b/ui/components/app/alert-system/alert-modal/alert-modal.tsx @@ -171,7 +171,7 @@ function AlertDetails({ {t('alertModalDetails')} ) : null} - + {selectedAlert.alertDetails?.map((detail, index) => ( {detail} @@ -213,11 +213,11 @@ export function AcknowledgeCheckboxBase({ > ); diff --git a/ui/components/app/alert-system/confirm-alert-modal/confirm-alert-modal.tsx b/ui/components/app/alert-system/confirm-alert-modal/confirm-alert-modal.tsx index 0c4165182b18..c6a7e8f5d522 100644 --- a/ui/components/app/alert-system/confirm-alert-modal/confirm-alert-modal.tsx +++ b/ui/components/app/alert-system/confirm-alert-modal/confirm-alert-modal.tsx @@ -95,7 +95,7 @@ function ConfirmDetails({ onClick={onAlertLinkClick} target="_blank" rel="noopener noreferrer" - data-testid={'confirm-alert-modal-review-all-alerts'} + data-testid="confirm-alert-modal-review-all-alerts" > {details instanceof Array ? ( - + {details.map((detail, index) => ( {startAdornment} - + {text} {actionText && onActionClick ? ( diff --git a/ui/pages/confirmations/components/confirm/header/header.tsx b/ui/pages/confirmations/components/confirm/header/header.tsx index 7e3d455c4f98..f668a511f105 100644 --- a/ui/pages/confirmations/components/confirm/header/header.tsx +++ b/ui/pages/confirmations/components/confirm/header/header.tsx @@ -35,7 +35,7 @@ const Header = ({ className="confirm_header__wrapper" alignItems={AlignItems.center} justifyContent={JustifyContent.spaceBetween} - data-testid={'confirm-header'} + data-testid="confirm-header" > @@ -52,13 +52,13 @@ const Header = ({ {fromName} {networkDisplayName} diff --git a/ui/pages/confirmations/components/confirm/scroll-to-bottom/scroll-to-bottom.tsx b/ui/pages/confirmations/components/confirm/scroll-to-bottom/scroll-to-bottom.tsx index a3a457553c24..38509088494d 100644 --- a/ui/pages/confirmations/components/confirm/scroll-to-bottom/scroll-to-bottom.tsx +++ b/ui/pages/confirmations/components/confirm/scroll-to-bottom/scroll-to-bottom.tsx @@ -111,7 +111,7 @@ const ScrollToBottom = ({ children, showAdvancedDetails }: ContentProps) => { {isScrollable && !isScrolledToBottom && ( { return ( { global.platform.openTab({ url }); onSubmit?.(); @@ -22,7 +22,7 @@ const RedirectUrlIcon = ({ url, onSubmit }: RedirectUrlIconProps) => { iconName={IconName.Export} color={IconColor.primaryDefault} size={ButtonIconSize.Sm} - ariaLabel={''} + ariaLabel="" /> ); }; diff --git a/ui/pages/snap-account-redirect/create-snap-redirect.test.tsx b/ui/pages/snap-account-redirect/create-snap-redirect.test.tsx index e56bba62daf4..4e76f79a196a 100644 --- a/ui/pages/snap-account-redirect/create-snap-redirect.test.tsx +++ b/ui/pages/snap-account-redirect/create-snap-redirect.test.tsx @@ -106,8 +106,8 @@ describe('', () => { const { queryByTestId } = renderWithProvider( ,