feat
This commit is contained in:
@@ -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>
|
||||
),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user