Commit c51af604 authored by Phil Hughes's avatar Phil Hughes

Another CS style fix

parent e8d52499
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment