pretty fix

This commit is contained in:
Clément Le Bihan
2024-01-15 01:51:39 +01:00
parent 9150817c05
commit dcca780f2d
2 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { memo, useRef } from 'react';
import { memo } from 'react';
import { FlatList, HStack, View, useBreakpointValue, useTheme, Text, Row } from 'native-base';
import { ActivityIndicator, StyleSheet } from 'react-native';
import MusicItem from './MusicItem';

View File

@@ -107,11 +107,7 @@ const SearchBarComponent = (props: { onValidate: (searchData: searchProps) => vo
onChangeText={(value) => setQuery(value)}
/>
</View>
<ButtonBase
type="menu"
icon={SearchNormal1}
onPress={handleValidate}
/>
<ButtonBase type="menu" icon={SearchNormal1} onPress={handleValidate} />
</View>
</View>
<View