15768: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
[arvados-workbench2.git] / src / store / processes / processes-actions.ts
index ed951525c80b376fb096ec9281841e1b4df85bea..6d6a48b754fec9900e5ed09a2d7d9258253ba678 100644 (file)
@@ -316,7 +316,7 @@ export const removeProcessPermanently = (uuid: string) => async (dispatch: Dispa
 
     const uuidsToRemove: string[] = resource.isSingle ? [resource.uuid] : selectedToArray(checkedList);
 
-    //if no items in checkedlist && no items passed in, default to normal context menu behavior
+    //if no items in checkedlist, default to normal context menu behavior
     if (!uuidsToRemove.length) uuidsToRemove.push(uuid);
 
     const processesToRemove = uuidsToRemove