mirror of
https://github.com/Doodle3D/Doodle3D-Transform.git
synced 2024-11-22 13:37:57 +01:00
Remove logout logic from signup pay dialog
This commit is contained in:
parent
16130954f3
commit
44d0c226e7
@ -18,12 +18,6 @@ const styles = {
|
|||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
gridColumn: '1 / 3'
|
gridColumn: '1 / 3'
|
||||||
},
|
|
||||||
logoutButton: {
|
|
||||||
top: '20px',
|
|
||||||
right: '20px',
|
|
||||||
position: 'absolute',
|
|
||||||
zIndex: 10000
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -56,7 +50,6 @@ SignUpPay.defaultProps = {
|
|||||||
SignUpPay.propTypes = {
|
SignUpPay.propTypes = {
|
||||||
small: PropTypes.bool.isRequired,
|
small: PropTypes.bool.isRequired,
|
||||||
classes: PropTypes.object.isRequired,
|
classes: PropTypes.object.isRequired,
|
||||||
logout: PropTypes.func.isRequired,
|
|
||||||
error: PropTypes.sting,
|
error: PropTypes.sting,
|
||||||
children: PropTypes.node,
|
children: PropTypes.node,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user