From 2ad73a09f0cdb80d763e9b888e0ff860b9a3078e Mon Sep 17 00:00:00 2001 From: mki-skt Date: Fri, 13 Apr 2018 00:11:05 +0900 Subject: [PATCH] fix : Testimonials of key prop error --- src/components/Testimonials.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Testimonials.js b/src/components/Testimonials.js index 05b15c4f1..425fc0355 100644 --- a/src/components/Testimonials.js +++ b/src/components/Testimonials.js @@ -3,8 +3,8 @@ import PropTypes from 'prop-types' const Testimonials = ({ testimonials }) => (
- {testimonials.map(testimonial => ( -
+ {testimonials.map((testimonial,index) => ( +
{testimonial.quote}