reidjs/eventbike

Issue when going from single event show page to the index

reidjs opened this issue · 1 comments

Issue when going from single event show page to the index

I suspect this is because receiving a single events is setitng the state to something like this
events: {event data}
and receive many events is like
events: {0: {}, 1:{}}