diff --git a/client/components/Channel.tsx b/client/components/Channel.tsx index d007b325..9bb9835c 100644 --- a/client/components/Channel.tsx +++ b/client/components/Channel.tsx @@ -198,7 +198,7 @@ class Channel extends React.Component - {this.props.fader.label != "" ? this.props.fader.label : (window.mixerProtocol.channelTypes[this.props.channelType].channelTypeName + " " + (this.props.channelTypeIndex + 1)) } + {this.props.fader.label != "" ? this.props.fader.label : ("CH " + (this.faderIndex + 1)) } ) }