@@ -546,50 +565,54 @@ function DetailPanel({
className="flex items-center justify-between gap-2 text-xs font-mono bg-gray-50 border border-gray-200 rounded-sm px-2 py-1.5"
>
{name}
-
+ {isAdmin && (
+
+ )}
))}
)}
-
+ )}
Test Endpoint
- {g.status === "pending" && (
+ {isAdmin && g.status === "pending" && (