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).
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
numOfTestsPublishedvariable (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).