Skip to content

Commit

Permalink
chore: removed unused params (#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirankumarAmbati authored and markerikson committed Jul 28, 2019
1 parent b6e1586 commit b657c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Block = props => (
</Container>
);

const FeaturesTop = props => (
const FeaturesTop = () => (
<Block layout="fourColumn" className="rowContainer featureBlock">
{[
{
Expand Down Expand Up @@ -140,7 +140,7 @@ const FeaturesTop = props => (
</Block>
);

const OtherLibraries = props => (
const OtherLibraries = () => (
<Container className="rowContainer">
<h2 style={{margin : 0}}>
Other Libraries from the Redux Team
Expand Down

0 comments on commit b657c11

Please sign in to comment.