diff --git a/src/react-components/hub-create-panel.js b/src/react-components/hub-create-panel.js
index bee8aa913343591c6ad692194e70b5d917e3944f..4fb1a9f4335cd7fd7dac40ae196535b614bf773c 100644
--- a/src/react-components/hub-create-panel.js
+++ b/src/react-components/hub-create-panel.js
@@ -151,7 +151,6 @@ class HubCreatePanel extends Component {
 
   render() {
     if (!this.state.ready) return null;
-    const { formatMessage } = this.props.intl;
 
     if (this.props.environments.length == 0) {
       return <div />;