diff --git a/packages/editor/src/components/post-actions/actions.js b/packages/editor/src/components/post-actions/actions.js index 4656e34dd6728..194dd338f49e6 100644 --- a/packages/editor/src/components/post-actions/actions.js +++ b/packages/editor/src/components/post-actions/actions.js @@ -566,7 +566,7 @@ const renamePostAction = { }, }; -export const duplicatePostAction = { +const duplicatePostAction = { id: 'duplicate-post', label: _x( 'Duplicate', 'action label' ), isEligible( { status } ) {