diff --git a/src/components/gui/gui.jsx b/src/components/gui/gui.jsx
index 37feae6346252632a3d196b9ce0b3453bca78223..1e4a66c18ef8a710d23de98f09b1ebcd296d912e 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,