Skip to content

Commit

Permalink
feat: channel name in header of monitor mix minus
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 22, 2020
1 parent b9ec40e commit 99c0207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/components/ChanStrip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ class ChanStrip extends React.PureComponent<IChanStripProps & IChanStripInjectPr
</div>
<hr/>
<div className="group-text">
{"MONITOR MIX MINUS"}
{this.props.label || ("FADER " + (this.props.faderIndex + 1))}
{" - MONITOR MIX MINUS"}
</div>
<ul className="monitor-sends">
{this.props.channel.map((ch: any, index: number) => {
Expand Down

0 comments on commit 99c0207

Please sign in to comment.