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')