This commit is contained in:
2025-09-05 15:09:38 +02:00
parent e5cd374382
commit 3261ffd2eb
6 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -132,7 +132,9 @@ const HitParade = () => {
title={item?.title || "Sans titre"}
artist={"MusicLand"}
coverUrl={item?.coverUrl || null}
onPress={() => navigate(Routes.Playbacks, { projectId: item.id })}
onPress={() =>
navigate(Routes.Playbacks, { projectId: item.id })
}
/>
)}
/>