Skip to content

Commit

Permalink
Adding key to avoid react warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 8, 2020
1 parent 07e3c9c commit 25e2941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/observability/public/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Home = () => {
<EuiFlexItem>
<EuiFlexGrid columns={2}>
{appsSection.map((app) => (
<EuiFlexItem>
<EuiFlexItem key={app.id}>
<EuiCardWithoutPadding
display="plain"
layout="horizontal"
Expand Down

0 comments on commit 25e2941

Please sign in to comment.