From 76e235f22f15b0590d2c6594f9c298d94ba59307 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Fri, 9 Oct 2020 23:48:17 +0300 Subject: Fix console warnings --- src/containers/Home/Home.tsx | 6 +++--- src/containers/PollCreation/PollCreation.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/containers/Home/Home.tsx b/src/containers/Home/Home.tsx index 4fd2833..e97d640 100644 --- a/src/containers/Home/Home.tsx +++ b/src/containers/Home/Home.tsx @@ -71,7 +71,7 @@ const Home: React.FC = () => { const Reviews = (
- {feedbacks?.map((feedback: Feedback) => )} + {feedbacks?.map((feedback: Feedback, index) => )}
); @@ -130,7 +130,7 @@ const Home: React.FC = () => { Which one to choose? - +

Have you ever found yourself stuck between two options, not being able to choose any? This is exactly the problem we are going to solve! @@ -156,7 +156,7 @@ const Home: React.FC = () => { {`What's new in ${release?.version}?`} - +

{release?.description}