mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59: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()
|
||||
}
|
||||
{
|
||||
(!this.props.editor.hasSafeRoles)
|
||||
(this.props.editor.get('hasSafeRoles') !== true)
|
||||
? <div className="role-editor__alert">
|
||||
<Link to="/help/why-no-roles">Why are there no roles here? <i uk-icon="icon: info" /></Link>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue