This commit is contained in:
2026-07-01 13:21:29 +03:30
parent ec79ea2771
commit aba556618b
+5 -1
View File
@@ -174,7 +174,11 @@ export default function MusicPlaylistsPage() {
header: "ویژه", header: "ویژه",
className: "w-20", className: "w-20",
render: (r) => render: (r) =>
r.is_premium ? <Badge tone="primary">ویژه</Badge> : <span className="text-muted"></span>, r.is_premium ? (
<Badge tone="primary">ویژه</Badge>
) : (
<Badge tone="neutral">رایگان</Badge>
),
}, },
]; ];