From dac27ca9d890238d956247af63ced1c3a4291b08 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Tue, 12 Nov 2019 15:34:03 +0700 Subject: [PATCH] changed default profile tab --- src/containers/dialogs/ProfileDialog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/dialogs/ProfileDialog/index.tsx b/src/containers/dialogs/ProfileDialog/index.tsx index ddfeb4eb..dec0625f 100644 --- a/src/containers/dialogs/ProfileDialog/index.tsx +++ b/src/containers/dialogs/ProfileDialog/index.tsx @@ -17,7 +17,7 @@ const mapDispatchToProps = {}; type IProps = IDialogProps & ReturnType & {}; const ProfileDialogUnconnected: FC = ({ onRequestClose, is_loading, user }) => { - const [tab, setTab] = useState('messages'); + const [tab, setTab] = useState('profile'); return (