Display status of test on home page. #65
Labels
bug
Something isn't working
enhancement
New feature or request
feature_request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Minor Version
Automatically create a new minor version tag after PR is merged
On the main students page where students see all the featured clubs through the ClubCarousel.js component, we display whether there is an active test or not based upon the
numOfTestsPublished
variable (none if 0 and an icon if >=1).Change the logic to display the icon only when
numOfTestsPublished
>0 as well as if the active tests have not ended (the test end time shouldn't have passed).The text was updated successfully, but these errors were encountered: