Web: Hide Irrelevant Review Buttons #86

Merged
Quaternions merged 15 commits from web-ai into staging 2025-04-04 22:10:31 +00:00
Showing only changes of commit 1e880cb95c - Show all commits

@ -71,7 +71,7 @@ export default function ReviewButtons(props: ReviewId) {
try {
// Fetch user roles
const rolesResponse = await fetch("/api/session/roles");
const rolesData = await rolesResponse.json();
const rolesData = parseInt(await rolesResponse.text());
// Fetch submission status
const statusResponse = await fetch(