diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js
index 3a6bf9227c36fa3830d86dcd800c1f0a1bc2ec89..09eb060a8e9e6e1300caa405abf6884b24a2fd6d 100644
--- a/src/react-components/ui-root.js
+++ b/src/react-components/ui-root.js
@@ -664,12 +664,7 @@ class UIRoot extends Component {
             </div>
           </div>
           <div className="mic-grant-panel__next-container">
-            <button
-              className={classNames("mic-grant-panel__next", {
-                invisible: this.state.entryStep === ENTRY_STEPS.mic_grant
-              })}
-              onClick={this.onMicGrantButton}
-            >
+            <button className={classNames("mic-grant-panel__next")} onClick={this.onMicGrantButton}>
               <FormattedMessage id="audio.granted-next" />
             </button>
           </div>