mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 09:45:34 +05:30
UI for the extra outputs
This commit is contained in:
parent
868dbc549e
commit
32adf8effe
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue