From 22abc5faaa51cac5adc6be378ab05f3b8c61d607 Mon Sep 17 00:00:00 2001 From: Olzzon Date: Fri, 22 Nov 2019 11:11:11 +0100 Subject: [PATCH] fix: toggleShowChannelStrip toggle between channels --- src/components/ChanStrip.tsx | 7 +++---- src/reducers/settingsReducer.ts | 7 ++++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/components/ChanStrip.tsx b/src/components/ChanStrip.tsx index 33106ed3..304a6fb0 100644 --- a/src/components/ChanStrip.tsx +++ b/src/components/ChanStrip.tsx @@ -29,14 +29,13 @@ class ChanStrip extends React.PureComponent { }} /> @@ -77,7 +76,7 @@ class ChanStrip extends React.PureComponent

CHANNEL STRIP: - {this.props.label || ("FADER " + (this.faderIndex + 1))}

+ {this.props.label || ("FADER " + (this.props.faderIndex + 1))}