From 6419a303778fd5ef2bcf00cf4bd716b694d1d357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 23 Jan 2019 21:19:42 +0100 Subject: [PATCH] Fixed react key warning for loki start page --- .../app/plugins/datasource/loki/components/LokiCheatSheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx b/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx index 49f6b74e8b6..a7b865cde3f 100644 --- a/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx +++ b/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx @@ -26,7 +26,7 @@ export default (props: any) => (

Loki Cheat Sheet

{CHEAT_SHEET_ITEMS.map(item => ( -
+
{item.title}
{item.expression && (