diff --git a/frontend/src/components/ProgramFeedCard.component.jsx b/frontend/src/components/ProgramFeedCard.component.jsx index d5734bd..1b98dfc 100644 --- a/frontend/src/components/ProgramFeedCard.component.jsx +++ b/frontend/src/components/ProgramFeedCard.component.jsx @@ -317,6 +317,21 @@ function ProgramFeedCard({ flexDirection='column' gap='4' > + + + + + Type: {program.type} + {

{/* Rating */} -
+ {/*
{renderRatingStars(trainingProgram.rating, trainingProgram.ratingCount)} -
+
*/} {/* Join/Unjoin Button Section */}