summaryrefslogtreecommitdiffstats
path: root/frontend/pages/update.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-14 12:01:48 -0400
committerWes Bos <wesbos@gmail.com>2018-05-14 12:01:48 -0400
commit063ee77a7363478c9897c7239724389ef5887df4 (patch)
treed994b7e1cea2f725e6615608028b4bdc4b733ac8 /frontend/pages/update.js
parent4b46d1369b5ea43acd89e2e274c04a6f6e214e2c (diff)
routing
Diffstat (limited to 'frontend/pages/update.js')
-rw-r--r--frontend/pages/update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/pages/update.js b/frontend/pages/update.js
index 69cfdc3..7d8deda 100644
--- a/frontend/pages/update.js
+++ b/frontend/pages/update.js
@@ -8,7 +8,7 @@ class Home extends Component {
return (
<Page>
<PleaseSignIn>
- <UpdateItem id={this.props.router.query.id} />
+ <UpdateItem id={this.props.query.id} />
</PleaseSignIn>
</Page>
);