mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
changed default profile tab
This commit is contained in:
parent
7f04fe1e36
commit
dac27ca9d8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const mapDispatchToProps = {};
|
||||||
type IProps = IDialogProps & ReturnType<typeof mapStateToProps> & {};
|
type IProps = IDialogProps & ReturnType<typeof mapStateToProps> & {};
|
||||||
|
|
||||||
const ProfileDialogUnconnected: FC<IProps> = ({ onRequestClose, is_loading, user }) => {
|
const ProfileDialogUnconnected: FC<IProps> = ({ onRequestClose, is_loading, user }) => {
|
||||||
const [tab, setTab] = useState('messages');
|
const [tab, setTab] = useState('profile');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BetterScrollDialog
|
<BetterScrollDialog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue