mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Add missing key, heed React warning
This commit is contained in:
parent
090ffad317
commit
d73b7508bc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ var View = React.createClass({
|
|||
return (
|
||||
<div className="inner">
|
||||
{loggedIn ? [
|
||||
<div className="splash-header">
|
||||
<div key="header" className="splash-header">
|
||||
<Activity />
|
||||
<News />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue