csumb / csumb-gatsby

A @gatsbyjs version of the CSUMB website.
https://csumb.edu
MIT License
5 stars 0 forks source link

Events being wonky again images not matching up with events in feed #496

Closed thburns closed 4 years ago

thburns commented 4 years ago

https://csumb.edu/osu/virtual-programming

events wonky

thburns commented 4 years ago

When thinking about this the only thing that looks like might be messing it up is because they are on the same day?

codywall commented 4 years ago

Looks like this is still an issue.

thburns commented 4 years ago

Looks like its still an issue - https://csumb.edu/osu/virtual-programming

codywall commented 4 years ago

Okay, I think I finally found a solution for this. I had to level up my debugging skills, and it looked like the event feed was rendering twice. So I made sure to only render it once, when the events have been sorted. Hopefully we don't have this issue anymore.