import {Link} from "react-router-dom"; import Button from '@material-ui/core/Button'; import React, {Component} from 'react'; import Typography from '@material-ui/core/Typography' class ReviewVotes extends Component { render(){ const {polls} = this.props; if(polls && polls.length){ title = polls[0].content.title; description = polls[0].content.description; } return (polls ?