#509 remove preview and visibility from the settings.
Merged 6 years ago by abompard. Opened 6 years ago by ryanlerch.
ryanlerch/fedora-hubs remove-visibity  into  develop

@@ -133,7 +133,7 @@ 

                />

            </p>

          </div>

-         {(this.props.hub.type === "team") &&

+         {/*{(this.props.hub.type === "team") &&

          <div className="form-group row">

            <label htmlFor="hub-settings-general-visibility">

              <FormattedMessage {...messages.visibility} />
@@ -160,7 +160,7 @@ 

              <FormattedHTMLMessage {...messages.visibility_help} />

            </p>

          </div>

-         }

+         }*/}

          {(this.props.hub.type === "team") &&

          <div className="form-group row">

            <label htmlFor="hub-settings-general-avatar">

Commit 94c1784 fixes this pull-request

Pull-Request has been merged by abompard

6 years ago

Pull-Request has been merged by abompard

6 years ago