From d50766a827b9c79e0e7b9dfa779c3b6e3ec602ec Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Fri, 6 Apr 2018 09:36:09 -0400 Subject: [PATCH] Fix linting --- src/components/gui/gui.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/gui/gui.jsx b/src/components/gui/gui.jsx index 37feae634..1e4a66c18 100644 --- a/src/components/gui/gui.jsx +++ b/src/components/gui/gui.jsx @@ -53,10 +53,10 @@ const GUIComponent = props => { intl, loading, onExtensionButtonClick, - onActivateTab, onActivateCostumesTab, - onActivateSoundsTab, onActivateBlocksTab, + onActivateSoundsTab, + onActivateTab, previewInfoVisible, soundsTabVisible, vm, @@ -232,10 +232,10 @@ GUIComponent.propTypes = { importInfoVisible: PropTypes.bool, intl: intlShape.isRequired, loading: PropTypes.bool, - onActivateTab: PropTypes.func, onActivateBlocksTab: PropTypes.func, onActivateCostumesTab: PropTypes.func, onActivateSoundsTab: PropTypes.func, + onActivateTab: PropTypes.func, onExtensionButtonClick: PropTypes.func, onTabSelect: PropTypes.func, previewInfoVisible: PropTypes.bool, -- GitLab