We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40aed0a commit c96ee92Copy full SHA for c96ee92
src/components/app.js
@@ -165,15 +165,15 @@ class App extends Component {
165
{this.renderBody()}
166
{this.renderProviders()}
167
{!store.user &&
168
- page.link &&
169
- store.gotrue && (
170
- <button
171
- onclick={pageLinkHandler}
172
- className="btnLink forgotPasswordLink"
173
- >
174
- {page.link_text}
175
- </button>
176
- )}
+ page.link &&
+ store.gotrue && (
+ <button
+ onclick={pageLinkHandler}
+ className="btnLink forgotPasswordLink"
+ >
+ {page.link_text}
+ </button>
+ )}
177
</Modal>
178
</div>
179
);
0 commit comments