Remove the grey background from statistics view

This commit is contained in:
Jonny 2019-05-02 08:58:43 +02:00 committed by JP1998
parent f2f7263095
commit c66f9cf128
1 changed files with 3 additions and 5 deletions

View File

@ -244,11 +244,9 @@ class StatisticsTournamentPage extends React.Component {
<BigImage text={tournamentStatistics.tournament.name}/>
<div className='pb-5'>
<TournamentInformationView tournament={tournamentStatistics.tournament}/>
<div className='stages pt-5'>
<Container className="py-5">
<StatisticsComponent data={tournamentStatistics}/>
</Container>
</div>
<Container className="py-5">
<StatisticsComponent data={tournamentStatistics}/>
</Container>
</div>
<Footer/>
</div>