From 34ceef9d98041cead96df61eddd51f768fb44be1 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Wed, 26 Aug 2020 21:37:59 +0200 Subject: [PATCH] Add key prop to shortcut listgroup Signed-off-by: Tilman Vatteroth --- src/components/editor/app-bar/help-button/shortcuts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor/app-bar/help-button/shortcuts.tsx b/src/components/editor/app-bar/help-button/shortcuts.tsx index 177cfd633..35c83f04d 100644 --- a/src/components/editor/app-bar/help-button/shortcuts.tsx +++ b/src/components/editor/app-bar/help-button/shortcuts.tsx @@ -29,7 +29,7 @@ export const Shortcut: React.FC = () => { {Object.entries(shortcutMap[category]).map(([functionName, shortcut]) => { return ( - + {shortcut}