Skip to content

Commit

Permalink
fix online event declaration for meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
prototype99 committed Oct 18, 2021
1 parent b7eaefb commit 1958f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/sources/meetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class meetup {
"Meetup",
false,
event.isOnline,
this.rtnEventFee(event) != null
! event.isOnline
);
};
}
Expand Down

0 comments on commit 1958f1d

Please sign in to comment.