Skip to content

Commit

Permalink
fix: remove ccg component from new ChannelStripFull
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Nov 10, 2020
1 parent d23d3ca commit a11de4f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions client/components/ChanStripFull.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
SOCKET_SET_INPUT_GAIN,
SOCKET_SET_INPUT_SELECTOR,
} from '../../server/constants/SOCKET_IO_DISPATCHERS'
import CcgChannelInputSettings from './CcgChannelSettings'
import ReductionMeter from './ReductionMeter'
import ClassNames from 'classnames'
import { fxParamsList } from '../../server/constants/MixerProtocolInterface'
Expand Down Expand Up @@ -800,13 +799,7 @@ class ChanStripFull extends React.PureComponent<
)}
</div>
<hr />
{this.props.selectedProtocol.includes('caspar') ? (
<CcgChannelInputSettings
channelIndex={this.props.faderIndex}
/>
) : (
this.parameters()
)}
{this.parameters()}
</div>
)
} else {
Expand Down

0 comments on commit a11de4f

Please sign in to comment.