tylermcginnis/redux-course-2

Link tag in final Dashboard doesn't render

neilhighley opened this issue · 1 comments

In the final Dashboard.js, I was having issues with the inline poll id link, which was coming out unrendered as
https://redux-polls-site/polls/$%7Bpoll.id%7D

I had to change the link tag to
<Link to={'polls/'+poll.id}> {poll.question} </Link>

sry, it was late :P, my bad