mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 00:19:34 +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) => (
|
{calcData.extraOutputs?.map((extraOutput) => (
|
||||||
<TableRow key={extraOutput.title}>
|
<TableRow key={extraOutput.title}>
|
||||||
<TableCell>{extraOutput.title}</TableCell>
|
|
||||||
<TableCell>
|
<TableCell>
|
||||||
|
{extraOutput.title}
|
||||||
<NumericInputWithUnit
|
<NumericInputWithUnit
|
||||||
disabled={true}
|
disabled={true}
|
||||||
defaultPrefix={extraOutput.defaultPrefix}
|
defaultPrefix={extraOutput.defaultPrefix}
|
||||||
@@ -431,7 +431,6 @@ export default async function makeTool(
|
|||||||
}}
|
}}
|
||||||
></NumericInputWithUnit>
|
></NumericInputWithUnit>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>{extraOutput.unit}</TableCell>
|
|
||||||
<TableCell></TableCell>
|
<TableCell></TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
))}
|
))}
|
||||||
|
Reference in New Issue
Block a user