Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 10, 2017
1 parent 40aed0a commit c96ee92
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ class App extends Component {
{this.renderBody()}
{this.renderProviders()}
{!store.user &&
page.link &&
store.gotrue && (
<button
onclick={pageLinkHandler}
className="btnLink forgotPasswordLink"
>
{page.link_text}
</button>
)}
page.link &&
store.gotrue && (
<button
onclick={pageLinkHandler}
className="btnLink forgotPasswordLink"
>
{page.link_text}
</button>
)}
</Modal>
</div>
);
Expand Down

0 comments on commit c96ee92

Please sign in to comment.