refactorF(FE-441): Display formatted fcr_std in RecordingForm

This commit is contained in:
rstubryan
2025-12-31 09:20:49 +07:00
parent 2bf764a05c
commit d8daf09844
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ export type ProductionMetrics = {
cum_depletion_rate: number;
cum_intake: number;
fcr_value: number;
fcr_std?: number;
total_chick_qty: number;
hand_day?: number;
hand_house?: number;