From 5c73d1bce7a33cbfb67ddbe659b3a30182460afa Mon Sep 17 00:00:00 2001 From: muerwre Date: Sat, 22 Aug 2020 17:28:55 +0700 Subject: [PATCH] disabled register dialog (for now) --- src/redux/modal/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,