mirror of https://github.com/vector-im/riot-web
Stop React complaining about componentShouldUpdate()
parent
5c685dcf35
commit
9998f18d67
|
@ -31,7 +31,7 @@ interface IState {
|
||||||
* A clock for a live recording.
|
* A clock for a live recording.
|
||||||
*/
|
*/
|
||||||
@replaceableComponent("views.voice_messages.LiveRecordingClock")
|
@replaceableComponent("views.voice_messages.LiveRecordingClock")
|
||||||
export default class LiveRecordingClock extends React.PureComponent<IProps, IState> {
|
export default class LiveRecordingClock extends React.Component<IProps, IState> {
|
||||||
public constructor(props) {
|
public constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue