This commit is contained in:
Richard Ramos 2018-10-27 05:09:02 -04:00
parent 9a5600655e
commit 301ef276cf

View File

@ -90,7 +90,7 @@ class ReviewVotes extends Component {
<CardContent>
<Typography gutterBottom component="p">Unused voting power</Typography>
<Typography gutterBottom component="h2">{availableCredits} credits</Typography>
<Link to={"/voting/" + idPoll + "/back"}><Button variant="text">Add votes</Button></Link>
<Link to={"/voting/" + idPoll + "/back"}>Add votes</Link>
</CardContent>
</Card>
</div>