From 1df1350a9edef06d5b024f835c9f975ca8947487 Mon Sep 17 00:00:00 2001 From: 0hee0 Date: Sun, 14 Aug 2022 23:42:06 +0900 Subject: [PATCH] [#11] fix: resolve translations being partially truncated --- react-native/components/BottomDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native/components/BottomDrawer.tsx b/react-native/components/BottomDrawer.tsx index 34523ef..b94f819 100644 --- a/react-native/components/BottomDrawer.tsx +++ b/react-native/components/BottomDrawer.tsx @@ -301,7 +301,7 @@ function BottomDrawer(props: BottomDrawerProps) { ) : ( - {item.content.slice(72)} + {item.content} ) )