last fixes, home and videos
This commit is contained in:
@@ -274,7 +274,7 @@ const HitParade = () => {
|
||||
gap: 12,
|
||||
}}
|
||||
>
|
||||
{["Chansons", "Playbacks"].map((item, index) => (
|
||||
{["Chansons", "Playback"].map((item, index) => (
|
||||
<BorderGradientButton
|
||||
key={index}
|
||||
title={item}
|
||||
@@ -291,7 +291,7 @@ const HitParade = () => {
|
||||
|
||||
{selected === "Chansons" &&
|
||||
(isWeb ? renderSongsWeb() : renderSongsMobile())}
|
||||
{selected === "Playbacks" &&
|
||||
{selected === "Playback" &&
|
||||
(isWeb ? renderPlaybacksWeb() : renderPlaybacksMobile())}
|
||||
{/* "Clips" pourra reprendre la même logique si tu le réactives */}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user