Skip to content

Commit

Permalink
Adds to existing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
knod committed Nov 24, 2018
1 parent 4a769da commit 6d9b042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/dev/LocalizationReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ class LocalizationReport extends Component {
// @todo Why not do this at the top before this
// component is even created? Then there wouldn't
// have to be a check for null in the comparison function.
// Or do it when constructing the component. I don't think
// there's anything that would preclude that in here.
componentDidMount() {
// Get the list of non-EN localizations for testing
let localizationKeys = Object.keys(localizations);
Expand Down

0 comments on commit 6d9b042

Please sign in to comment.