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() {