Skip to content

Commit

Permalink
Adding key to avoid react warning (#68491)
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 8, 2020
1 parent 09eaa1c commit 00cff3c
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 00cff3c

Please sign in to comment.