Skip to content

Commit 4609541

Browse files
committed
typo
1 parent 609a6c5 commit 4609541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PhotoMessage/PhotoMessage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class PhotoMessage extends Component {
4242
alt={this.props.data.alt}
4343
onClick={this.props.onOpen}
4444
onLoad={this.props.onLoad}
45-
onPhototError={this.props.onPhototError}/>
45+
onPhotoError={this.props.onPhotoError}/>
4646
{
4747
error &&
4848
<div className="rce-mbox-photo--img__block">
@@ -94,7 +94,7 @@ PhotoMessage.defaultProps = {
9494
onDownload: null,
9595
onOpen: null,
9696
onLoad: null,
97-
onPhototError: null,
97+
onPhotoError: null,
9898
};
9999

100100

0 commit comments

Comments
 (0)