Fix AccountStore.current() references in private packages

This commit is contained in:
Ben Gotow 2016-01-25 18:02:56 -08:00
parent e2234bf58e
commit 205ec50b98
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2edb5e49ee8a2c15aca404d746c089a1d9b28cac
Subproject commit c5cd6109282015a13805098e7f7378f7c2353ec5

View file

@ -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>