From d4b8746bcf0cc9d684eae3f15615108264f2106b Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Fri, 11 May 2018 10:53:41 -0700 Subject: [PATCH] Show mic grant next button always --- src/react-components/ui-root.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js index 3a6bf9227..09eb060a8 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> -- GitLab