feat: beta promo, zero fee, scout bot, and LLM SEO
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s

This commit is contained in:
OG T
2026-06-07 14:33:26 +08:00
parent 384274f5c1
commit 7108ff8ab3
16 changed files with 812 additions and 33 deletions

View File

@@ -74,6 +74,7 @@ export default async function TaskDetails({ params }: { params: Promise<{ id: st
<h3 className="text-lg font-bold mb-4 text-gray-300"> ()</h3>
<pre className="text-xs text-gray-400 overflow-x-auto p-4 bg-black rounded-lg border border-gray-800">
{typeof task.acceptance_criteria === "object" && task.acceptance_criteria !== null
? JSON.stringify(task.acceptance_criteria, null, 2)
: "N/A"}
</pre>
</div>