From dcca780f2ddbdff3c61c61c5f99bf90ee7fa131f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Mon, 15 Jan 2024 01:51:39 +0100 Subject: [PATCH] pretty fix --- front/components/UI/MusicList.tsx | 2 +- front/components/V2/SearchBar.tsx | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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)} /> - +