Fix listUserChannelsForSelect
This commit is contained in:
parent
a282e4d8a0
commit
e66d0892b1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function listUserChannelsForSelect (authService: AuthService) {
|
|||
id: c.id,
|
||||
label: c.displayName,
|
||||
support: c.support,
|
||||
avatarPath: minBy(c.avatars, 'width')[0]?.path
|
||||
avatarPath: minBy(c.avatars, 'width')?.[0]?.path
|
||||
}) as SelectChannelItem)
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue