add key to footer map

pull/1319/head^2
Berkeley Martinez 2015-07-04 11:52:18 -07:00
parent 43d817d060
commit cd1df0d1b8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export default class extends React.Component {
<a
className={ link.className}
href={ link.href }
key={ link.content }
target={ link.target }>
{ this.renderContent(mobile, link.content) }
</a>