From 8d46a44bdf6186e8f5710ef13fb8d2bfab1ef881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sat, 17 Jun 2017 01:22:27 +0900 Subject: [PATCH] UI: start on the contact page --- app/models/UiState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/UiState.js b/app/models/UiState.js index 73ea97f..c321162 100644 --- a/app/models/UiState.js +++ b/app/models/UiState.js @@ -18,7 +18,7 @@ export const writable = { export const UiRecord = Record({ profileOpen: false, newShareOpen: false, - page: Page.SHARING, + page: Page.CONTACT, selectedChat: null, }, 'UiState')