Link tag in final Dashboard doesn't render
neilhighley opened this issue · 1 comments
neilhighley commented
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>
neilhighley commented
sry, it was late :P, my bad