We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e1586 commit b657c11Copy full SHA for b657c11
website/pages/en/index.js
@@ -108,7 +108,7 @@ const Block = props => (
108
</Container>
109
);
110
111
-const FeaturesTop = props => (
+const FeaturesTop = () => (
112
<Block layout="fourColumn" className="rowContainer featureBlock">
113
{[
114
{
@@ -140,7 +140,7 @@ const FeaturesTop = props => (
140
</Block>
141
142
143
-const OtherLibraries = props => (
+const OtherLibraries = () => (
144
<Container className="rowContainer">
145
<h2 style={{margin : 0}}>
146
Other Libraries from the Redux Team
0 commit comments