diff --git a/pages/settings/Wallets.tsx b/pages/settings/Wallets.tsx index 0668fa3..abb5352 100644 --- a/pages/settings/Wallets.tsx +++ b/pages/settings/Wallets.tsx @@ -1,5 +1,5 @@ import { Link } from "expo-router"; -import { Pressable, View } from "react-native"; +import { Pressable, TouchableOpacity, View } from "react-native"; import { FlatList } from "react-native"; import { Settings2, Wallet2 } from "~/components/Icons"; import { Button } from "~/components/ui/button"; @@ -47,12 +47,12 @@ export function Wallets() { {active && ( - + )}