summaryrefslogtreecommitdiffstats
path: root/frontend/pages/update.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-09 11:25:33 -0400
committerWes Bos <wesbos@gmail.com>2018-05-09 11:25:33 -0400
commit8ed7d5b734ba588fe0570e0e22f21a0fcda13422 (patch)
tree54bf1cf6370eeae7e3217f26a49e6b021ae7d8a7 /frontend/pages/update.js
parentad3671675719eb11a81245bffbe0fb18880b479b (diff)
Moving styles to folder
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 b30cd1c..f5fbc43 100644
--- a/frontend/pages/update.js
+++ b/frontend/pages/update.js
@@ -9,7 +9,7 @@ class Home extends Component {
return (
<Page>
<PleaseSignIn>
- <UpdateItem id={this.props.url.query.id} />
+ <UpdateItem id={this.props.router.query.id} />
</PleaseSignIn>
</Page>
);