mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed react key warning for loki start page
This commit is contained in:
parent
b5bc69253f
commit
6419a30377
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user