(item, index, event)
| 52 | } |
| 53 | |
| 54 | const onDownload: MessageListEvent = (item, index, event) => { |
| 55 | if (props.onDownload instanceof Function) props.onDownload(item, index, event) |
| 56 | } |
| 57 | |
| 58 | const onPhotoError: MessageListEvent = (item, index, event) => { |
| 59 | if (props.onPhotoError instanceof Function) props.onPhotoError(item, index, event) |
no outgoing calls
no test coverage detected
searching dependent graphs…