Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Issue #245 - using componentDidMount instead of componentWillMount
Browse files Browse the repository at this point in the history
  • Loading branch information
jordajm committed Jun 16, 2018
1 parent 57937ee commit 7d08141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Footer extends Component {
this.localizeWhitepaperUrl = this.localizeWhitepaperUrl.bind(this)
}

componentWillMount() {
componentDidMount() {
this.localizeWhitepaperUrl()
}

Expand Down

0 comments on commit 7d08141

Please sign in to comment.