diff --git a/src/redux/modal/index.ts b/src/redux/modal/index.ts
index 3f7710be..7b9dfaee 100644
--- a/src/redux/modal/index.ts
+++ b/src/redux/modal/index.ts
@@ -13,8 +13,8 @@ export interface IModalState {
 }
 
 const INITIAL_STATE: IModalState = {
-  is_shown: true,
-  dialog: DIALOGS.LOGIN_SOCIAL_REGISTER,
+  is_shown: false,
+  dialog: null,
   photoswipe: {
     images: [],
     index: 0,