Front: DiscoveryView: USe Like status

This commit is contained in:
Arthur Jamet
2023-12-19 15:29:15 +01:00
committed by Clément Le Bihan
parent 60988dd599
commit 962cf58e77
3 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import GoldenRatio from '../../components/V2/GoldenRatio';
// eslint-disable-next-line @typescript-eslint/ban-types
const HomeView = (props: RouteProps<{}>) => {
const suggestionsQuery = useQuery(API.getSongSuggestions(['artist', 'SongHistory']));
const suggestionsQuery = useQuery(API.getSongSuggestions(['artist', 'SongHistory', 'likedByUsers']));
const navigation = useNavigation();
const screenSize = useBreakpointValue({ base: 'small', md: 'big' });
const isPhone = screenSize === 'small';