We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039a38c commit 807004bCopy full SHA for 807004b
src/Home/index.tsx
@@ -68,7 +68,9 @@ const Home: FunctionComponent = () => {
68
enxRegion,
69
} = useConfigurationContext()
70
71
- const enxComponent = Platform.OS === "ios" && (
+ const shouldEnxMigrationshow = Platform.OS === "ios" && enxRegion !== ""
72
+
73
+ const enxComponent = shouldEnxMigrationshow && (
74
<EnxMigrationInfo enxRegion={enxRegion} />
75
)
76
0 commit comments