undo testing state change

This commit is contained in:
ammarahm-ed
2020-05-11 01:05:39 +05:00
parent e98f06d731
commit ccd79cdfec

View File

@@ -62,7 +62,7 @@ class LoginDialog extends React.Component {
constructor(props) {
super(props);
this.state = {
visible: true,
visible: false,
animated: false,
};
this.routeIndex = 0;