Skip to content

Commit

Permalink
Fix stupid bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Westerlund committed Mar 13, 2022
1 parent 2e440f8 commit 75ad05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Statistics extends React.Component {
</Tabs>
</Paper>
{this.state.tab === 0 && <UserChart store={this.props.store}/>}
{this.state.tab === 0 && <DrinkChart store={this.props.store}/>}
{this.state.tab === 1 && <DrinkChart store={this.props.store}/>}
{this.state.tab === 2 && <ProjectionChart store={this.props.store}/>}
</div>
);
Expand Down

0 comments on commit 75ad05f

Please sign in to comment.