From 2ad8196444896ba2fbbbbbf2ce9e0891575bc682 Mon Sep 17 00:00:00 2001 From: ArturHoncharuk <73081258+ArturHoncharuk@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:17:00 +0200 Subject: [PATCH] feat(ui): add useMemo import to copy hash component --- .../base/preview-modules/success-template/copy-hash/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx b/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx index 76ac2a47..bc61e985 100644 --- a/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx +++ b/src/features/harbor/components/base/preview-modules/success-template/copy-hash/index.tsx @@ -1,3 +1,4 @@ +import { useMemo } from 'react'; import { Pressable } from 'react-native'; import * as Clipboard from 'expo-clipboard'; import { useTranslation } from 'react-i18next';