feat: remove estimatedBatteryMin references from 11 files (Tasks 3.1-3.14)
This commit is contained in:
@@ -153,7 +153,6 @@ export function ReviewStep({
|
||||
<SummaryRow label="OS Version" value={environment.osVersion || "Not set"} />
|
||||
<SummaryRow label="Upscaler" value={upscalerLabel} />
|
||||
<SummaryRow label="Frame Gen" value={frameGenLabel} />
|
||||
<SummaryRow label="Estimated Battery" value={environment.estimatedBatteryMin ? `${environment.estimatedBatteryMin} min` : "Not set"} />
|
||||
<SummaryRow label="Custom System" value={environment.customSystem ? "Yes" : "No"} />
|
||||
{environment.launchOptions && (
|
||||
<SummaryRow
|
||||
|
||||
Reference in New Issue
Block a user