From 0bdcb21b63b099aa3ffb44c06b9b6193ac7a7377 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:45:51 +0100 Subject: [PATCH] fix --- mobile-frontend/src/screens/Wallets/WalletContextMenu.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mobile-frontend/src/screens/Wallets/WalletContextMenu.tsx b/mobile-frontend/src/screens/Wallets/WalletContextMenu.tsx index 4b2d732..c4fabf7 100644 --- a/mobile-frontend/src/screens/Wallets/WalletContextMenu.tsx +++ b/mobile-frontend/src/screens/Wallets/WalletContextMenu.tsx @@ -22,8 +22,6 @@ interface Props {} const WalletContextMenu = forwardRef( ({}, ref) => { - const navigation = useNavigation(); - const bottomSheetRef = useRef(null); const snapPoints = useMemo(() => ["20%"], []); @@ -42,8 +40,6 @@ const WalletContextMenu = forwardRef( [], ); - const handleClosePress = () => bottomSheetRef.current?.close(); - useImperativeHandle(ref, () => { return { open() {