freeCodeCamp/client
Eric Kao 33ccd4107b Remove ternary operator in React component (#23248)
Remove ternary operator in React component, unnecessary operator to render null

<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
2018-12-03 23:35:14 +00:00
..
config
plugins fix(client): catch errors on replacing a challenge 2018-12-03 11:08:14 +00:00
src Remove ternary operator in React component (#23248) 2018-12-03 23:35:14 +00:00
static
utils Merge pull request #34510 from akhileshh/master 2018-12-03 09:56:18 +00:00
.babelrc
.gitignore
.prettierrc
gatsby-browser.js
gatsby-config.js Feat: News in the client app (#34392) 2018-11-29 15:12:15 +03:00
gatsby-node.js Feat: News in the client app (#34392) 2018-11-29 15:12:15 +03:00
gatsby-ssr.js Feat: News in the client app (#34392) 2018-11-29 15:12:15 +03:00
jest.config.js
jest.transform.js
package-lock.json Feat: News in the client app (#34392) 2018-11-29 15:12:15 +03:00
package.json Feat: News in the client app (#34392) 2018-11-29 15:12:15 +03:00
webpack-frame-runner.js