tscheckl / awayfromlife-events

0 stars 0 forks source link

Find better fix for event-images #75

Open tscheckl opened 5 years ago

tscheckl commented 5 years ago

When a user e.g. navigates to an event, from there to a band that's playing the event and then from there back to the same event, the event's image does not get displayed anymore. I fixed this by manually updating the background-image in the "EventPage" component and had to change element with class "image" [1] instead of [0] as in the usual detail page. I have no Idea why so far but this needs to be fixed a better way.