Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
[#788] Comment out "Roles" block on "Your Bio" page
Browse files Browse the repository at this point in the history
  • Loading branch information
voidxnull committed Feb 14, 2017
1 parent c1f7699 commit d774804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ class SettingsPage extends React.Component {
ref={c => this.form = c}
onChange={this.handleFormChange}
/>
<div className="paper__page">
{/*<div className="paper__page">
<h2 className="content__sub_title layout__row">Roles</h2>
<RolesManager
ref={c => this.roles = c}
roles={roles}
onChange={this.handleFormChange}
/>
</div>
</div>*/}
{this.state.unsaved &&
<div className="paper__page layout__raw_grid layout__raw_grid--reverse tools_page__item--flex">
<Button
Expand Down

0 comments on commit d774804

Please sign in to comment.