mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Adding key to avoid react warning (#68491)
This commit is contained in:
parent
09eaa1c57a
commit
00cff3cd7e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export const Home = () => {
|
|||
<EuiFlexItem>
|
||||
<EuiFlexGrid columns={2}>
|
||||
{appsSection.map((app) => (
|
||||
<EuiFlexItem>
|
||||
<EuiFlexItem key={app.id}>
|
||||
<EuiCardWithoutPadding
|
||||
display="plain"
|
||||
layout="horizontal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue