const EditAppBar = ({ handleAction, id }) => <ManipulateAppBar
  id={id}
  handleAction={handleAction}
  closeAction={CLOSE_EDIT_FOLDER}
  deleteAction={DELETE_FOLDER}