From 89c62c99ef4901a57d0abcc11ed823f5ff1bc073 Mon Sep 17 00:00:00 2001 From: Pramod S Date: Thu, 10 Aug 2023 14:04:13 +0200 Subject: [PATCH] lint error fix --- .../src/components/RevealToolbar/Help/Graphics/Keyboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-components/src/components/RevealToolbar/Help/Graphics/Keyboard.tsx b/react-components/src/components/RevealToolbar/Help/Graphics/Keyboard.tsx index dcdecfa589e..56256dae70f 100644 --- a/react-components/src/components/RevealToolbar/Help/Graphics/Keyboard.tsx +++ b/react-components/src/components/RevealToolbar/Help/Graphics/Keyboard.tsx @@ -79,7 +79,7 @@ const DownArrowKey = (props: SVGProps): ReactElement => ( ); -const LeftArrowKey= (props: SVGProps): ReactElement => ( +const LeftArrowKey = (props: SVGProps): ReactElement => (