From aba556618b742adc8f4f7ec2e699ef4581bc156e Mon Sep 17 00:00:00 2001 From: AmirmahdiNourkazemi Date: Wed, 1 Jul 2026 13:21:29 +0330 Subject: [PATCH] feat --- app/dashboard/music/playlists/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/dashboard/music/playlists/page.tsx b/app/dashboard/music/playlists/page.tsx index b4e89e8..7b3e1bb 100644 --- a/app/dashboard/music/playlists/page.tsx +++ b/app/dashboard/music/playlists/page.tsx @@ -174,7 +174,11 @@ export default function MusicPlaylistsPage() { header: "ویژه", className: "w-20", render: (r) => - r.is_premium ? ویژه : , + r.is_premium ? ( + ویژه + ) : ( + رایگان + ), }, ];