From b657c11b8ad44a30b54adaca820b893005cf93ba Mon Sep 17 00:00:00 2001 From: Kirankumar Ambati Date: Mon, 29 Jul 2019 00:37:43 +0530 Subject: [PATCH] chore: removed unused params (#3483) --- website/pages/en/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 017477f0b4..72387c0db7 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -108,7 +108,7 @@ const Block = props => ( ); -const FeaturesTop = props => ( +const FeaturesTop = () => ( {[ { @@ -140,7 +140,7 @@ const FeaturesTop = props => ( ); -const OtherLibraries = props => ( +const OtherLibraries = () => (

Other Libraries from the Redux Team