summaryrefslogtreecommitdiff
path: root/src/components/List.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/List.js')
-rw-r--r--src/components/List.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/List.js b/src/components/List.js
index cd60e4e..acfc369 100644
--- a/src/components/List.js
+++ b/src/components/List.js
@@ -42,7 +42,7 @@ class List extends React.Component {
queryString() {
return [
- `limit=${process.env.PER_PAGE}`,
+ `limit=${window.injectedEnv.PER_PAGE}`,
`skip=${(this.state.page - 1) * window.injectedEnv.PER_PAGE}`,
this.filterString()
]