Skip to content

Commit 0edb279

Browse files
committed
[spalenque] - #13185 * remove eventbrite alert on schedule
1 parent fa68259 commit 0edb279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • summit/ui/source/js/components/schedule/event-list/event

summit/ui/source/js/components/schedule/event-list/event/actions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ class EventActions extends Component {
6868
if (['going', 'watch', 'rsvp'].indexOf(type) >= 0 && ! current_user) {
6969
return this.showLoginAlert()
7070
}
71-
if (['going', 'rsvp'].indexOf(type) >= 0 && ! current_user.is_attendee) {
71+
/*if (['going', 'rsvp'].indexOf(type) >= 0 && ! current_user.is_attendee) {
7272
return this.showEventBriteAlert()
73-
}
73+
}*/
7474

7575
return action.click(this.props)
7676
}

0 commit comments

Comments
 (0)