mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
chore: hide AWG std and AWG act
This commit is contained in:
@@ -197,7 +197,7 @@ const ClosingProductionDataTabContent = ({
|
|||||||
value={formatNumber(performance.mor_diff)}
|
value={formatNumber(performance.mor_diff)}
|
||||||
unitClassName='hidden'
|
unitClassName='hidden'
|
||||||
/>
|
/>
|
||||||
<DataRow
|
{/* <DataRow
|
||||||
label='AWG Std'
|
label='AWG Std'
|
||||||
value={formatNumber(performance.awg_std)}
|
value={formatNumber(performance.awg_std)}
|
||||||
unit='Gr/Hari'
|
unit='Gr/Hari'
|
||||||
@@ -206,7 +206,7 @@ const ClosingProductionDataTabContent = ({
|
|||||||
label='AWG Act'
|
label='AWG Act'
|
||||||
value={formatNumber(performance.awg_act)}
|
value={formatNumber(performance.awg_act)}
|
||||||
unit='Gr/Hari'
|
unit='Gr/Hari'
|
||||||
/>
|
/> */}
|
||||||
<DataRow
|
<DataRow
|
||||||
label='Feed Intake Std'
|
label='Feed Intake Std'
|
||||||
value={formatNumber(performance.feed_intake_std)}
|
value={formatNumber(performance.feed_intake_std)}
|
||||||
|
|||||||
Reference in New Issue
Block a user