1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

changed default profile tab

This commit is contained in:
Fedor Katurov 2019-11-12 15:34:03 +07:00
parent 7f04fe1e36
commit dac27ca9d8

View file

@ -17,7 +17,7 @@ const mapDispatchToProps = {};
type IProps = IDialogProps & ReturnType<typeof mapStateToProps> & {};
const ProfileDialogUnconnected: FC<IProps> = ({ onRequestClose, is_loading, user }) => {
const [tab, setTab] = useState('messages');
const [tab, setTab] = useState('profile');
return (
<BetterScrollDialog