There was an error while loading. Please reload this page.
1 parent 22e0e90 commit b4c2d47Copy full SHA for b4c2d47
1 file changed
apps/mobile/src/lib/payment.ts
@@ -28,5 +28,4 @@ export const isAndroidApkInstall = () => {
28
}
29
30
31
-export const isPaymentFeatureEnabled = (paymentEnabled?: boolean | null) =>
32
- Boolean(paymentEnabled) && (!isAndroid || isAndroidApkInstall())
+export const isPaymentFeatureEnabled: (paymentEnabled?: boolean | null) => boolean = Boolean
0 commit comments