Added approval buttons to playlist
Deploy / deploy (push) Successful in 2m45s

This commit is contained in:
twotalesanimation
2026-06-12 07:53:07 +02:00
parent 7788907a4a
commit d56f3b3ad5
3 changed files with 85 additions and 2 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ export default async function PlaylistPage() {
orderBy: { name: "asc" },
});
return <PlaylistClient projects={projects} />;
return <PlaylistClient projects={projects} userRole={session.user.role} />;
}