import React from 'react'; import { Card, CardBody, CardTitle, Table } from 'reactstrap'; export class DominanceShower extends React.Component { render() { return ( {this.props.title}
{this.props.stats.team_name}
{this.props.stats.points_made} {this.props.stats.points_received}
Punkte erzielt Punkte kassiert
); } }