Compare commits

...
1 Commits
Author SHA1 Message Date
Amirmahdi aba556618b feat 2026-07-01 13:21:29 +03:30
+5 -1
View File
@@ -174,7 +174,11 @@ export default function MusicPlaylistsPage() {
header: "ویژه",
className: "w-20",
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>
),
},
];