()
| 86 | } |
| 87 | |
| 88 | function get() { |
| 89 | // if (__DEV__ || Config.isTesting === "true") return true; |
| 90 | return ( |
| 91 | useUserStore.getState().user?.subscription?.plan !== undefined && |
| 92 | useUserStore.getState().user?.subscription?.plan !== SubscriptionPlan.FREE |
| 93 | ); |
| 94 | } |
| 95 | |
| 96 | const showVerifyEmailDialog = () => { |
| 97 | presentSheet({ |
no outgoing calls
no test coverage detected