fix(UI): safe roles dialog

This commit is contained in:
Katalina / stardust 2017-12-31 23:18:34 -06:00
parent 057bd4e2e7
commit 8a47fc85b1

View file

@ -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>