We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609a6c5 commit 4609541Copy full SHA for 4609541
1 file changed
src/PhotoMessage/PhotoMessage.js
@@ -42,7 +42,7 @@ export class PhotoMessage extends Component {
42
alt={this.props.data.alt}
43
onClick={this.props.onOpen}
44
onLoad={this.props.onLoad}
45
- onPhototError={this.props.onPhototError}/>
+ onPhotoError={this.props.onPhotoError}/>
46
{
47
error &&
48
<div className="rce-mbox-photo--img__block">
@@ -94,7 +94,7 @@ PhotoMessage.defaultProps = {
94
onDownload: null,
95
onOpen: null,
96
onLoad: null,
97
- onPhototError: null,
+ onPhotoError: null,
98
};
99
100
0 commit comments