[FIX] Remove duplicated sCU condition (#2194)
This commit is contained in:
parent
36b37eb747
commit
8da50c2d73
|
@ -65,12 +65,6 @@ class RoomHeaderView extends Component {
|
|||
if (nextProps.goRoomActionsView !== goRoomActionsView) {
|
||||
return true;
|
||||
}
|
||||
if (nextProps.width !== width) {
|
||||
return true;
|
||||
}
|
||||
if (nextProps.height !== height) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue