mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
fix(UI): safe roles dialog
This commit is contained in:
parent
057bd4e2e7
commit
8a47fc85b1
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class RoleEditor extends Component {
|
||||||
.toArray()
|
.toArray()
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
(!this.props.editor.hasSafeRoles)
|
(this.props.editor.get('hasSafeRoles') !== true)
|
||||||
? <div className="role-editor__alert">
|
? <div className="role-editor__alert">
|
||||||
<Link to="/help/why-no-roles">Why are there no roles here? <i uk-icon="icon: info" /></Link>
|
<Link to="/help/why-no-roles">Why are there no roles here? <i uk-icon="icon: info" /></Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue