Skip to content

Commit 2f4be5a

Browse files
fix(): redux integration page
1 parent 193da95 commit 2f4be5a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

versioned_docs/version-5.x/redux-integration.md

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function StaticCounter({ route }) {
7171
}
7272
```
7373

74+
So our component will look like this:
75+
7476
<samp id="redux-integration-nav-param" />
7577

7678
```js

versioned_docs/version-6.x/redux-integration.md

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function StaticCounter({ route }) {
7171
}
7272
```
7373

74+
So our component will look like this:
75+
7476
<samp id="redux-integration-nav-param" />
7577

7678
```js

0 commit comments

Comments
 (0)