require('community-components/mixins/community-buy-ticket-mixin').default.reopen({
	showCommunityCheckoutModal(){
		this.get('communityCheckoutCtrl').set('hasAttendingEvent', false);
		this._super(...arguments);
	}
})