Skip to content

Commit

Permalink
UI: start on the contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMure committed Jun 16, 2017
1 parent b322f42 commit 8d46a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/UiState.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const writable = {
export const UiRecord = Record({
profileOpen: false,
newShareOpen: false,
page: Page.SHARING,
page: Page.CONTACT,
selectedChat: null,
}, 'UiState')

Expand Down

0 comments on commit 8d46a44

Please sign in to comment.