mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Remove leftover function from previous functionality that was removed
This commit is contained in:
parent
7fbe8a311b
commit
764b9dbf12
@ -152,14 +152,6 @@ let CylandRegisterPiece = React.createClass({
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
changeSlide() {
|
|
||||||
// only transition to the login store, if user is not logged in
|
|
||||||
// ergo the currentUser object is not properly defined
|
|
||||||
if(this.state.currentUser && !this.state.currentUser.email) {
|
|
||||||
this.onLoggedOut();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { location } = this.props;
|
const { location } = this.props;
|
||||||
const { currentUser, piece, step, whitelabel } = this.state;
|
const { currentUser, piece, step, whitelabel } = this.state;
|
||||||
|
Loading…
Reference in New Issue
Block a user