fix: image via props and remove songIllustration function for cover property

This commit is contained in:
GitBluub
2023-05-30 15:33:54 +09:00
committed by Clément Le Bihan
parent 25e3d99e22
commit 2434d5f5df
6 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const ArtistCard = (props: ArtistCardProps) => {
<VStack m={1.5} space={3}>
<Image
style={{ zIndex: 0, aspectRatio: 1, borderRadius: CardBorderRadius }}
source={{ uri: API.getArtistIllustration(id) }}
source={{ uri: image }}
alt={name}
/>
<VStack>