co2 galvo owner test

This commit is contained in:
makearmy 2025-10-01 21:06:00 -04:00
parent 2e08d68b24
commit 5257a0d2fe
3 changed files with 41 additions and 17 deletions

View file

@ -170,6 +170,12 @@ export default function CO2GalvoSettingDetailPage() {
<div>
<h1 className="text-3xl font-bold mb-1">{setting.setting_title}</h1>
{/* DEBUG: remove after verifying */}
<pre className="text-xs whitespace-pre-wrap bg-muted/30 p-2 rounded">
{JSON.stringify({ owner: setting?.owner }, null, 2)}
</pre>
<div className="space-y-1 text-sm text-muted-foreground mb-3">
<p><strong>Owner:</strong> <span>{ownerDisplay}</span></p>
<p><strong>Uploader:</strong> {setting.uploader || "—"}</p>