Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Fix missing key warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Eldh committed Feb 27, 2015
1 parent 31b49af commit 10baff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions elements/Nav.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ module.exports = React.createClass
Link
className: 'nav__link'
to: page.url
key: page.url
, page.title
1 change: 1 addition & 0 deletions elements/Routes.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Routes =
path = if page.url is '/' then '/' else '/' + page.url + '/?'
Route
path: path
key: page.url
name: page.url
handler: handler

Expand Down

0 comments on commit 10baff3

Please sign in to comment.