diff --git a/screen/wallets/DrawerList.tsx b/screen/wallets/DrawerList.tsx index 8042fda9b..a1b8b62b5 100644 --- a/screen/wallets/DrawerList.tsx +++ b/screen/wallets/DrawerList.tsx @@ -141,7 +141,7 @@ const DrawerList: React.FC = memo(({ navigation }) => { return ( = memo(({ navigation }) => { }); export default DrawerList; - -const styles = StyleSheet.create({ - root: { - flex: 1, - }, -});