diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-09 11:25:33 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-09 11:25:33 -0400 |
| commit | 8ed7d5b734ba588fe0570e0e22f21a0fcda13422 (patch) | |
| tree | 54bf1cf6370eeae7e3217f26a49e6b021ae7d8a7 /frontend/pages/update.js | |
| parent | ad3671675719eb11a81245bffbe0fb18880b479b (diff) | |
Moving styles to folder
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> ); |
