big refacto change all flows
This commit is contained in:
@@ -68,7 +68,8 @@ const HitParade = () => {
|
||||
justifyContent: "space-between",
|
||||
}}
|
||||
>
|
||||
{["Chansons", "Playbacks", "Clips"].map((item, index) => (
|
||||
{/*{["Chansons", "Playbacks", "Clips"].map((item, index) => (*/}
|
||||
{["Chansons", "Playbacks"].map((item, index) => (
|
||||
<BorderGradientButton
|
||||
key={index}
|
||||
title={item}
|
||||
|
||||
Reference in New Issue
Block a user