(item, index, event)
| 72 | } |
| 73 | |
| 74 | const onReplyClick: MessageListEvent = (item, index, event) => { |
| 75 | if (props.onReplyClick instanceof Function) props.onReplyClick(item, index, event) |
| 76 | } |
| 77 | |
| 78 | const onReplyMessageClick: MessageListEvent = (item, index, event) => { |
| 79 | if (props.onReplyMessageClick instanceof Function) props.onReplyMessageClick(item, index, event) |
no outgoing calls
no test coverage detected
searching dependent graphs…