co2 galvo owner test
This commit is contained in:
parent
2e08d68b24
commit
5257a0d2fe
3 changed files with 41 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue