diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-14 12:01:48 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-14 12:01:48 -0400 |
| commit | 063ee77a7363478c9897c7239724389ef5887df4 (patch) | |
| tree | d994b7e1cea2f725e6615608028b4bdc4b733ac8 /frontend/pages/update.js | |
| parent | 4b46d1369b5ea43acd89e2e274c04a6f6e214e2c (diff) | |
routing
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 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> ); |
