summaryrefslogtreecommitdiffstats
path: root/frontend/pages/update.js
diff options
context:
space:
mode:
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>
);