https://pagure.io/fedora-qa/landingpage/issue/6
This change didn't reduce the redundancy of code at all. Instead of having the same code twice in src/landingpage/Blockers.js, now there is the same code in two separate files src/landingpage/stats/BetaStat.js and src/landingpage/stats/FinalStat.js. One general component for both beta and final stats is a way to go here.
src/landingpage/Blockers.js
src/landingpage/stats/BetaStat.js
src/landingpage/stats/FinalStat.js
Metadata Update from @lbrabec: - Pull-request tagged with: review in progress
Thank you for the review @lbrabec. I'll make the changes now.
2 new commits added
Merge branch 'reduced_redundancy_in_blockers' of ssh://pagure.io/forks/emma50/fedora-qa/landingpage into reduced_redundancy_in_blockers
Thanks for participating in contribution period of Outreachy. This pull-request has not been selected to be merged and will be closed for housecleaning purposes. We may revisit this pull-request later, but as of now we will focus on merging pull-requests from our accepted intern.
Pull-Request has been closed by lbrabec
Issue
https://pagure.io/fedora-qa/landingpage/issue/6
Changes