Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jan 1, 2025
1 parent 34e0187 commit 0bdcb21
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mobile-frontend/src/screens/Wallets/WalletContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ interface Props {}

const WalletContextMenu = forwardRef<WalletContextMenuHandle, Props>(
({}, ref) => {
const navigation = useNavigation<any>();

const bottomSheetRef = useRef<BottomSheet>(null);
const snapPoints = useMemo(() => ["20%"], []);

Expand All @@ -42,8 +40,6 @@ const WalletContextMenu = forwardRef<WalletContextMenuHandle, Props>(
[],
);

const handleClosePress = () => bottomSheetRef.current?.close();

useImperativeHandle(ref, () => {
return {
open() {
Expand Down

0 comments on commit 0bdcb21

Please sign in to comment.