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