delete comments enabled
Deploy / deploy (push) Successful in 2m27s

This commit is contained in:
twotalesanimation
2026-06-12 10:29:16 +02:00
parent 01474084fa
commit a7195b5f78
5 changed files with 142 additions and 7 deletions
+1
View File
@@ -121,6 +121,7 @@ export default async function ReviewPage({
canApprove={canApprove}
canShare={canShare}
currentUserId={session.user.id}
userRole={session.user.role as string}
/>
);
}