Skip to content

Commit b657c11

Browse files
KirankumarAmbatimarkerikson
authored andcommitted
chore: removed unused params (#3483)
1 parent b6e1586 commit b657c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/en/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const Block = props => (
108108
</Container>
109109
);
110110

111-
const FeaturesTop = props => (
111+
const FeaturesTop = () => (
112112
<Block layout="fourColumn" className="rowContainer featureBlock">
113113
{[
114114
{
@@ -140,7 +140,7 @@ const FeaturesTop = props => (
140140
</Block>
141141
);
142142

143-
const OtherLibraries = props => (
143+
const OtherLibraries = () => (
144144
<Container className="rowContainer">
145145
<h2 style={{margin : 0}}>
146146
Other Libraries from the Redux Team

0 commit comments

Comments
 (0)