Skip to content

Commit

Permalink
board.jsx: Make error message user friendly
Browse files Browse the repository at this point in the history
Closes coala#127
  • Loading branch information
123vivekr committed Feb 12, 2019
1 parent be6a23b commit 8627c41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/board.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ class Board extends Component {
return (
<span>
Problem loading. Is it a valid repo? And have you exceeded your number of requests? Usually happens when not logged in because GitHub limits anonymous use of their API.
{err.message}
{JSON.stringify(err)}
</span>
);
}
Expand Down

0 comments on commit 8627c41

Please sign in to comment.