mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 10:33:21 -05:00
Merge pull request #15017 from grafana/explore-fixes
Fixed react key warning for loki start page
This commit is contained in:
@@ -26,7 +26,7 @@ export default (props: any) => (
|
||||
<div>
|
||||
<h2>Loki Cheat Sheet</h2>
|
||||
{CHEAT_SHEET_ITEMS.map(item => (
|
||||
<div className="cheat-sheet-item" key={item.expression}>
|
||||
<div className="cheat-sheet-item" key={item.title}>
|
||||
<div className="cheat-sheet-item__title">{item.title}</div>
|
||||
{item.expression && (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user