Skip to content

Commit

Permalink
Add key to NuxPage
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed May 11, 2020
1 parent 98312f4 commit f057ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function WpcomNux() {
onFinish={ dismissWpcomNux }
>
{ getWpcomNuxPages( isGutenboarding ).map( ( nuxPage ) => (
<NuxPage { ...nuxPage } />
<NuxPage key={ nuxPage.heading } { ...nuxPage } />
) ) }
</Guide>
);
Expand Down

0 comments on commit f057ac9

Please sign in to comment.