diff --git a/002_source/ionic_mobile/src/components/QuestionProgress/index.tsx b/002_source/ionic_mobile/src/components/QuestionProgress/index.tsx index 72d949d..4ba81cb 100644 --- a/002_source/ionic_mobile/src/components/QuestionProgress/index.tsx +++ b/002_source/ionic_mobile/src/components/QuestionProgress/index.tsx @@ -12,12 +12,12 @@ const QuestionProgress: React.FC = ({ num_rating = 0, num_full_r <>
{Array.from({ length: num_rating }, (_, index) => ( - + ))} {Array.from({ length: num_full_rating - num_rating }, (_, index) => ( - + ))}