diff options
Diffstat (limited to 'frontend/pages/update.js')
| -rw-r--r-- | frontend/pages/update.js | 2 |
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> ); |
