mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactorF(FE-441): Display formatted fcr_std in RecordingForm
This commit is contained in:
@@ -1576,7 +1576,11 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
: '-'}
|
||||
</span>
|
||||
</td>
|
||||
<td className='text-center py-3 text-gray-600'>-</td>
|
||||
<td className='text-center py-3 text-gray-600'>
|
||||
{initialValues.fcr_std && initialValues.fcr_std > 0
|
||||
? formatNumber(initialValues.fcr_std)
|
||||
: '-'}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className='py-3 font-medium'>Feed Intake (KG)</td>
|
||||
|
||||
Reference in New Issue
Block a user