Skip to content
Snippets Groups Projects
Commit d50766a8 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix linting

parent 21c37410
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment