mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 20:41:05 +08:00
Fix AccountStore.current() references in private packages
This commit is contained in:
parent
0ef4911b22
commit
b94c2e35e4
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 2edb5e49ee8a2c15aca404d746c089a1d9b28cac
|
||||
Subproject commit c5cd6109282015a13805098e7f7378f7c2353ec5
|
|
@ -111,7 +111,7 @@ class InitialPreferencesPage extends React.Component
|
|||
@displayName: "InitialPreferencesPage"
|
||||
|
||||
render: =>
|
||||
account = AccountStore.items()[0]
|
||||
account = AccountStore.accounts()[0]
|
||||
|
||||
<div className="page opaque" style={width:900, height:620}>
|
||||
<h1 style={paddingTop: 100}>Welcome to N1</h1>
|
||||
|
|
Loading…
Reference in a new issue