<MenuItem
    onTouchTap={(e) => {
      e.preventDefault();
      handleAction(type === FOLDER ? OPEN_EDIT_FOLDER : OPEN_EDIT_BOOKMARK, id);
    }}