mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 08:29:32 +02:00
UI for the extra outputs
This commit is contained in:
@@ -420,8 +420,8 @@ export default async function makeTool(
|
||||
|
||||
{calcData.extraOutputs?.map((extraOutput) => (
|
||||
<TableRow key={extraOutput.title}>
|
||||
<TableCell>{extraOutput.title}</TableCell>
|
||||
<TableCell>
|
||||
{extraOutput.title}
|
||||
<NumericInputWithUnit
|
||||
disabled={true}
|
||||
defaultPrefix={extraOutput.defaultPrefix}
|
||||
@@ -431,7 +431,6 @@ export default async function makeTool(
|
||||
}}
|
||||
></NumericInputWithUnit>
|
||||
</TableCell>
|
||||
<TableCell>{extraOutput.unit}</TableCell>
|
||||
<TableCell></TableCell>
|
||||
</TableRow>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user