Merge pull request #3261 from matrix-org/bwindels/edithistorywarning
Get rid of warning of required prop
This commit is contained in:
commit
3e07d29926
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export default class EditHistoryMessage extends React.PureComponent {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
// the message event being edited
|
// the message event being edited
|
||||||
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
|
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
|
||||||
previousEdit: PropTypes.instanceOf(MatrixEvent).isRequired,
|
previousEdit: PropTypes.instanceOf(MatrixEvent),
|
||||||
isBaseEvent: PropTypes.bool,
|
isBaseEvent: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue