Skip to content

Commit

Permalink
Merge pull request #20 from infoshareacademy/FZ12FC-62
Browse files Browse the repository at this point in the history
FZ12FC-62 commented error handling
  • Loading branch information
Tarnoruda authored Feb 23, 2020
2 parents c955ca4 + 6fd0ec8 commit e9a9f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu/home/UsersChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class UsersChart extends PureComponent {
if (this.state.hasError) {
return (
<div>
Error! {this.state.error}
Error! {/*this.state.error*/}
</div>
);
};
Expand Down

0 comments on commit e9a9f79

Please sign in to comment.