Skip to content

Commit

Permalink
comment changed
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed May 20, 2021
1 parent a5e1cfd commit c73862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class App extends Component {
console.log('onReplyMessageClick');
},
onRemoveMessageClick: () => {
console.log('onReplyMessageClick');
console.log('onRemoveMessageClick');
},
avatar: `data:image/png;base64,${this.photo()}`,
};
Expand Down

0 comments on commit c73862d

Please sign in to comment.