From 7583bed567f02b114c799004d5baad93b35681db Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Mon, 20 Mar 2017 14:56:10 +0100 Subject: [PATCH] Hide 'Save canvas as SVG' button in Table View --- .../app/scripts/components/troubleshooting-menu.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/client/app/scripts/components/troubleshooting-menu.js b/client/app/scripts/components/troubleshooting-menu.js index 9da47f9ca..c58753ca2 100644 --- a/client/app/scripts/components/troubleshooting-menu.js +++ b/client/app/scripts/components/troubleshooting-menu.js @@ -38,7 +38,7 @@ class DebugMenu extends React.Component { -
+ {!this.props.gridMode &&
-
+
}