From 95fecf31c964806d41ff8d98ee66687895e9759e Mon Sep 17 00:00:00 2001 From: ysandler 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 ? : '' }
) }