diff --git a/front/components/UI/MusicList.tsx b/front/components/UI/MusicList.tsx index 8f47c02..5980cd1 100644 --- a/front/components/UI/MusicList.tsx +++ b/front/components/UI/MusicList.tsx @@ -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'; diff --git a/front/components/V2/SearchBar.tsx b/front/components/V2/SearchBar.tsx index bca3e70..52057b6 100644 --- a/front/components/V2/SearchBar.tsx +++ b/front/components/V2/SearchBar.tsx @@ -107,11 +107,7 @@ const SearchBarComponent = (props: { onValidate: (searchData: searchProps) => vo onChangeText={(value) => setQuery(value)} /> - +