From 5721d30e59e4dffdb8aadea89d76fbe2b92e8cc6 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Tue, 29 Aug 2023 13:54:49 +0300 Subject: [PATCH] fix: type error in drop down (#51369) --- client/src/templates/Challenges/components/tool-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/templates/Challenges/components/tool-panel.tsx b/client/src/templates/Challenges/components/tool-panel.tsx index 147cf5fa444..2f55410129e 100644 --- a/client/src/templates/Challenges/components/tool-panel.tsx +++ b/client/src/templates/Challenges/components/tool-panel.tsx @@ -104,10 +104,10 @@ function ToolPanel({ )} - + {isMobile ? t('buttons.help') : t('buttons.get-help')} - + {guideUrl ? ( {t('buttons.get-hint')}{' '}