From 0cbd22d0e4b388264bf97b95c3392e56a0f96975 Mon Sep 17 00:00:00 2001 From: George Marshall Date: Mon, 28 Aug 2023 16:01:05 -0700 Subject: [PATCH] Fixing linting issue caused by bad merge of HoldToRevealModal and the Button component library component TS migration (#20634) --- .../hold-to-reveal-modal/hold-to-reveal-modal.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx b/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx index 3feb34f4c..6a152aa6b 100644 --- a/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx +++ b/ui/components/app/modals/hold-to-reveal-modal/hold-to-reveal-modal.tsx @@ -7,8 +7,8 @@ import { import ZENDESK_URLS from '../../../../helpers/constants/zendesk-url'; import { useI18nContext } from '../../../../hooks/useI18nContext'; import { - BUTTON_SIZES, - BUTTON_VARIANT, + ButtonSize, + ButtonVariant, Box, Button, Modal, @@ -88,11 +88,10 @@ export default function HoldToRevealModal({ , ,