diff --git a/app/game/[id]/preset-detail-modal.tsx b/app/game/[id]/preset-detail-modal.tsx index 55879ad..9de5e10 100644 --- a/app/game/[id]/preset-detail-modal.tsx +++ b/app/game/[id]/preset-detail-modal.tsx @@ -195,7 +195,7 @@ export function PresetDetailModal({ {/* Two-column body */}
{/* Left panel */} -
+
{/* User info */}
@@ -457,10 +457,10 @@ export function PresetDetailModal({ - - @@ -471,10 +471,10 @@ export function PresetDetailModal({ key={sIdx} className="border-t border-border" > - -
+ Setting + Value
+ {setting.title} + {formatValue(setting.value)}