fix add watchers lightbox
parent
3241a657dc
commit
6d2abd6bd8
|
@ -618,7 +618,7 @@ WatchersLightboxDirective = ($repo, lightboxService, lightboxKeyboardNavigationS
|
|||
render = (users) ->
|
||||
ctx = {
|
||||
selected: false
|
||||
users: _.head(users, 5)
|
||||
users: _.slice(users, 0, 5)
|
||||
showMore: users.length > 5
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue