FIX: Remove debugging return statement
This commit is contained in:
parent
7720ceed24
commit
1198421261
|
@ -107,8 +107,6 @@ function initialize(api) {
|
||||||
});
|
});
|
||||||
|
|
||||||
api.addUserMenuGlyph(widget => {
|
api.addUserMenuGlyph(widget => {
|
||||||
return undefined;
|
|
||||||
|
|
||||||
if (widget.currentUser &&
|
if (widget.currentUser &&
|
||||||
widget.currentUser.get('staff') &&
|
widget.currentUser.get('staff') &&
|
||||||
widget.siteSettings.assign_enabled) {
|
widget.siteSettings.assign_enabled) {
|
||||||
|
|
Loading…
Reference in New Issue