fix: fix error related to testimonial.rating property
This commit is contained in:
parent
a93d8ce338
commit
a6b6f89dc7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const Testimonials = () => {
|
||||||
name={testimonial.name}
|
name={testimonial.name}
|
||||||
role={testimonial.role}
|
role={testimonial.role}
|
||||||
testimonial={testimonial.testimonial}
|
testimonial={testimonial.testimonial}
|
||||||
rating={testimonial.rating}
|
rating={0} /*{testimonial.rating}*/
|
||||||
key={idx}
|
key={idx}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in a new issue