Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9998f18

Browse files
committed
Stop React complaining about componentShouldUpdate()
1 parent 5c685dc commit 9998f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/voice_messages/LiveRecordingClock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface IState {
3131
* A clock for a live recording.
3232
*/
3333
@replaceableComponent("views.voice_messages.LiveRecordingClock")
34-
export default class LiveRecordingClock extends React.PureComponent<IProps, IState> {
34+
export default class LiveRecordingClock extends React.Component<IProps, IState> {
3535
public constructor(props) {
3636
super(props);
3737

0 commit comments

Comments
 (0)