(type: UnsubscribeType)
| 32 | : null |
| 33 | |
| 34 | const handleUnsubscribe = (type: UnsubscribeType) => { |
| 35 | if (!email || !token) return |
| 36 | unsubscribe.mutate({ email, token, type }) |
| 37 | } |
| 38 | |
| 39 | if (loading) { |
| 40 | return ( |
no outgoing calls
no test coverage detected