refactor(FE): Refactor to use is_laying instead of

`project_flock_category`
This commit is contained in:
rstubryan
2026-03-09 13:59:24 +07:00
parent ea25417e8d
commit ed34a99117
4 changed files with 34 additions and 53 deletions
+1
View File
@@ -50,6 +50,7 @@ export type BaseRecording = {
record_datetime: string;
day: number;
is_transition: boolean;
is_laying: boolean;
} & ProductionMetrics;
export type RecordingDepletion = {