From e09670ada291a62a72c6a73becff8ad69d12744c Mon Sep 17 00:00:00 2001 From: David Wire Date: Thu, 22 Aug 2019 07:46:16 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Update=20for=20changes=20?= =?UTF-8?q?in=20ExpandableToolMenu=20props?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The props for ExpandableToolMenu were changed from expecting `text` to expecting `label` for the menu's label. These changes make sure we're providing it that way. --- platform/viewer/src/connectedComponents/PluginSwitch.js | 2 +- platform/viewer/src/connectedComponents/ToolbarRow.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/viewer/src/connectedComponents/PluginSwitch.js b/platform/viewer/src/connectedComponents/PluginSwitch.js index e36b597f649..9865da3c0ff 100644 --- a/platform/viewer/src/connectedComponents/PluginSwitch.js +++ b/platform/viewer/src/connectedComponents/PluginSwitch.js @@ -13,7 +13,7 @@ class PluginSwitch extends Component { render() { return (
- +
); } diff --git a/platform/viewer/src/connectedComponents/ToolbarRow.js b/platform/viewer/src/connectedComponents/ToolbarRow.js index 364f7f8c715..0ddad8b7c9f 100644 --- a/platform/viewer/src/connectedComponents/ToolbarRow.js +++ b/platform/viewer/src/connectedComponents/ToolbarRow.js @@ -173,7 +173,7 @@ function _getButtonComponents(toolbarButtons, activeButtons) { return (