()
| 56 | }; |
| 57 | |
| 58 | const handleDecline = async () => { |
| 59 | await analytics.disable(); |
| 60 | handleOpenChange(false); |
| 61 | onComplete?.(); |
| 62 | }; |
| 63 | |
| 64 | return ( |
| 65 | <Dialog open={open} onOpenChange={handleOpenChange}> |
nothing calls this directly
no test coverage detected