From 8d04f89a18f1b6c1f3a79840357f89d201f00fbd Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 29 Jan 2024 19:06:01 +0500 Subject: [PATCH] mobile: remove progress bar --- apps/mobile/app/screens/editor/wrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app/screens/editor/wrapper.js b/apps/mobile/app/screens/editor/wrapper.js index 1bf0ea77e..fe3c6e8c7 100644 --- a/apps/mobile/app/screens/editor/wrapper.js +++ b/apps/mobile/app/screens/editor/wrapper.js @@ -115,7 +115,7 @@ export const EditorWrapper = ({ width }) => { style={{ height: 1, padding: 0, width: 1, position: "absolute" }} blurOnSubmit={false} /> - + {/* */} )}