mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Another CS style fix
This commit is contained in:
@@ -56,7 +56,7 @@ class @UsersSelect
|
||||
selectable: true
|
||||
fieldName: $dropdown.data('field-name')
|
||||
toggleLabel: (selected) ->
|
||||
if selected && selected.id?
|
||||
if selected && 'id' of selected
|
||||
selected.name
|
||||
else
|
||||
defaultLabel
|
||||
|
||||
Reference in New Issue
Block a user