From 5b5a6847f85c833badb795a29262ac7cd72a6cb2 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 17 Oct 2018 19:07:58 -0700 Subject: [PATCH] Suppress error --- js/components/PlaylistWindow/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/js/components/PlaylistWindow/index.tsx b/js/components/PlaylistWindow/index.tsx index 88d6a0ee..c877f222 100644 --- a/js/components/PlaylistWindow/index.tsx +++ b/js/components/PlaylistWindow/index.tsx @@ -162,7 +162,12 @@ class PlaylistWindow extends React.Component { onClick={this.props.toggleVisualizerStyle} > {/* TODO: Resize the visualizer so it fits */ - false && } + false && ( + + )}