Skip to content

Commit c73862d

Browse files
comment changed
1 parent a5e1cfd commit c73862d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class App extends Component {
181181
console.log('onReplyMessageClick');
182182
},
183183
onRemoveMessageClick: () => {
184-
console.log('onReplyMessageClick');
184+
console.log('onRemoveMessageClick');
185185
},
186186
avatar: `data:image/png;base64,${this.photo()}`,
187187
};

0 commit comments

Comments
 (0)