diff --git a/src/components/pages/production/recording/RecordingTable.tsx b/src/components/pages/production/recording/RecordingTable.tsx index b2508a6c..0c1f47d9 100644 --- a/src/components/pages/production/recording/RecordingTable.tsx +++ b/src/components/pages/production/recording/RecordingTable.tsx @@ -48,6 +48,9 @@ const RowOptionsMenu = ({ approveClickHandler: () => void; rejectClickHandler: () => void; }) => { + const isLayingCategory = + props.row.original.project_flock_category === 'LAYING'; + return ( + {isLayingCategory && ( + + )}