Fix CR comments
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / collection-resource-action-set.ts
index fd2f8d752579cd12ca33c09bc9462290e89f3d25..337ca2ff95fd261864476a8da72239442e4f718b 100644 (file)
@@ -28,9 +28,7 @@ export const collectionResourceActionSet: ContextMenuActionSet = [[
     {
         icon: MoveToIcon,
         name: "Move to",
-        execute: (dispatch) => {
-            dispatch<any>(openMoveToDialog());
-        }
+        execute: dispatch => dispatch<any>(openMoveToDialog())
     },
     {
         component: ToggleFavoriteAction,