mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
displaying user description
This commit is contained in:
parent
371f47f866
commit
7f04fe1e36
7 changed files with 59 additions and 3 deletions
|
@ -5,9 +5,10 @@ import { IDialogProps } from '~/redux/types';
|
|||
import { connect } from 'react-redux';
|
||||
import { selectAuthProfile } from '~/redux/auth/selectors';
|
||||
import { ProfileMessages } from '~/containers/profile/ProfileMessages';
|
||||
import { ProfileDescription } from '~/components/profile/ProfileDescription';
|
||||
|
||||
const TAB_CONTENT = {
|
||||
profile: <div>PROFILE</div>,
|
||||
profile: <ProfileDescription />,
|
||||
messages: <ProfileMessages />,
|
||||
};
|
||||
const mapStateToProps = selectAuthProfile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue