From ece22d85e168c80638a351c3ff12a1fd08665af0 Mon Sep 17 00:00:00 2001 From: Pujan Date: Tue, 19 Mar 2024 16:46:55 +0530 Subject: [PATCH] remove numberOfLines for hold menu item --- src/components/HoldMenuSectionList.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/HoldMenuSectionList.tsx b/src/components/HoldMenuSectionList.tsx index aa5dd75ce159..4ffdfa1bd60e 100644 --- a/src/components/HoldMenuSectionList.tsx +++ b/src/components/HoldMenuSectionList.tsx @@ -59,12 +59,7 @@ function HoldMenuSectionList() { /> {translate(section.titleTranslationKey)} - - {translate(section.descriptionTranslationKey)} - + {translate(section.descriptionTranslationKey)} ))}