Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
prototype99 committed Oct 18, 2021
1 parent 9cce66f commit ac35f52
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 @@ -89,7 +89,7 @@ class meetup {

rtnGroupImg(group) {
let thumb = './img/blank_meetup.png';
if (group.hasOwnProperty('logo')) {
if (group.groupByUrlname.hasOwnProperty('logo')) {
thumb = group.groupByUrlname.logo.baseUrl + group.groupByUrlname.logo.id + '/1000x1000.webp';
}
return thumb;
Expand Down

0 comments on commit ac35f52

Please sign in to comment.