Remove logout logic from signup pay dialog

This commit is contained in:
casper 2021-06-04 10:16:30 +02:00
parent 16130954f3
commit 44d0c226e7
1 changed files with 0 additions and 7 deletions

View File

@ -18,12 +18,6 @@ const styles = {
},
header: {
gridColumn: '1 / 3'
},
logoutButton: {
top: '20px',
right: '20px',
position: 'absolute',
zIndex: 10000
}
};
@ -56,7 +50,6 @@ SignUpPay.defaultProps = {
SignUpPay.propTypes = {
small: PropTypes.bool.isRequired,
classes: PropTypes.object.isRequired,
logout: PropTypes.func.isRequired,
error: PropTypes.sting,
children: PropTypes.node,
};