From e61c8e351b24bcaa4b0a3485cf52957c357387e0 Mon Sep 17 00:00:00 2001 From: Joshua Shoemaker Date: Sat, 8 Aug 2020 00:26:22 -0500 Subject: [PATCH] style: hide save as image button when not chart --- src/views/Chart/ChartViewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Chart/ChartViewer.js b/src/views/Chart/ChartViewer.js index aeec019..a82a1d9 100644 --- a/src/views/Chart/ChartViewer.js +++ b/src/views/Chart/ChartViewer.js @@ -52,7 +52,7 @@ class ChartViewer extends Component { return (
{this.renderChart()} - + { this.state.chart ? : '' }
) }