diff --git a/src/components/pages/production/recording/RecordingTable.tsx b/src/components/pages/production/recording/RecordingTable.tsx
index a83c8d38..d760c313 100644
--- a/src/components/pages/production/recording/RecordingTable.tsx
+++ b/src/components/pages/production/recording/RecordingTable.tsx
@@ -173,15 +173,7 @@ const RowOptionsMenu = ({
anchorName={popoverAnchorName}
className={restrictionInfo.isLocked ? 'text-error' : ''}
>
-
+
@@ -218,7 +210,7 @@ const RowOptionsMenu = ({
)}
- {!isApproved && !isRejected && (
+ {!restrictionInfo.isLocked && !isApproved && !isRejected && (
)}
- {!isApproved && !isRejected && (
+ {!restrictionInfo.isLocked && !isApproved && !isRejected && (