diff --git a/src/components/Testimonials.js b/src/components/Testimonials.js index 425fc03..99cc3b9 100644 --- a/src/components/Testimonials.js +++ b/src/components/Testimonials.js @@ -1,10 +1,11 @@ import React from 'react' import PropTypes from 'prop-types' +import { v4 } from 'uuid' const Testimonials = ({ testimonials }) => (
- {testimonials.map((testimonial,index) => ( -
+ {testimonials.map(testimonial => ( +
{testimonial.quote}