mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 03:56:33 +08:00
friday(*): Minor bug patch for internal sidebar
This commit is contained in:
parent
3ec0fccf4e
commit
438009e47f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ FullContactStore = Reflux.createStore
|
|||
dataForFocusedContact: ->
|
||||
return {loading: true} if @_accountCache is null or @_applicationCache is null
|
||||
contact = FocusedContactsStore.focusedContact()
|
||||
return {} unless contact
|
||||
account = _.find @_accountCache, (account) -> account.email is contact.email
|
||||
apps = undefined
|
||||
if account
|
||||
|
|
Loading…
Reference in a new issue