Skip to content

Commit

Permalink
fix: re-render issue in miniChannels mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Oct 11, 2020
1 parent 9ee5094 commit a1fb85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/MiniChannels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Channels extends React.Component<IChannelsInjectProps & Store> {
nextProps.settings.showChanStrip ||
this.props.settings.showMonitorOptions !==
nextProps.settings.showMonitorOptions ||
this.props.settings.mixerOnline !==
nextProps.settings.mixerOnline ||
this.props.settings.mixers[0].mixerOnline !==
nextProps.settings.mixers[0].mixerOnline ||
this.props.faders.length !== nextProps.faders.length
)
}
Expand Down

0 comments on commit a1fb85f

Please sign in to comment.