diff --git a/app/client/src/pages/Editor/AppPluginActionEditor/components/ToolbarMenu/Move.tsx b/app/client/src/pages/Editor/AppPluginActionEditor/components/ToolbarMenu/Move.tsx index a73e52e8bb..7e2f91d22e 100644 --- a/app/client/src/pages/Editor/AppPluginActionEditor/components/ToolbarMenu/Move.tsx +++ b/app/client/src/pages/Editor/AppPluginActionEditor/components/ToolbarMenu/Move.tsx @@ -46,7 +46,7 @@ export const Move = ({ disabled }: Props) => { {createMessage(CONTEXT_MOVE)} - {menuPages.length > 1 ? ( + {menuPages.length ? ( menuPages.map((page) => { return (