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 fix(build): Make build unrelient on root level deps (take 2) 2018-09-06 16:07:03 +01:00
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 fix: Reimplement the HeatMap 2018-11-13 05:39:50 +05:30
utils Merge pull request #34510 from akhileshh/master 2018-12-03 09:56:18 +00:00
.babelrc chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
.gitignore fix(client): prevent endless SASS conversion 2018-11-12 12:44:00 +00:00
.prettierrc fix(build): Fix netlify build 2018-09-06 11:35:04 +01:00
gatsby-browser.js fix: Update packages and fix local dev (#26907) 2018-10-23 18:48:46 +05:30
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 chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
jest.transform.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
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 fix: rename SASS worker 2018-11-12 12:44:00 +00:00