We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc9372 commit d6847b2Copy full SHA for d6847b2
App/Screens/FollowList.js
@@ -51,7 +51,7 @@ var FollowList = React.createClass({
51
FollowActions.fetchList(this.getUsername(), function(error) {
52
// TODO: handle error
53
if (error) {
54
- alert(error.message);
+ console.log(error.message);
55
}
56
});
57
App/Screens/PostList.js
@@ -50,7 +50,7 @@ var PostList = React.createClass({
50
PostActions.fetchList(this.getUsername(), function(error) {
0 commit comments