From 6c74a4d3e4779549d0aee259e8a5c44acd3a7d4c Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 24 Oct 2023 19:19:09 +0100 Subject: [PATCH] Chore: Fixed broken JSX --- packages/app-mobile/root.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/app-mobile/root.tsx b/packages/app-mobile/root.tsx index b4e8b0552..925779ca4 100644 --- a/packages/app-mobile/root.tsx +++ b/packages/app-mobile/root.tsx @@ -1091,7 +1091,8 @@ class AppComponent extends React.Component { { shouldShowMainContent && } - (this.dropdownAlert_ = func)} /> { !shouldShowMainContent && (this.dropdownAlert_ = func)} /> + { !shouldShowMainContent &&