()
| 41 | } |
| 42 | |
| 43 | const handleDecline = () => { |
| 44 | localStorage.setItem(CONSENT_KEY, 'false') |
| 45 | setShowConsent(false) |
| 46 | } |
| 47 | |
| 48 | const handleClose = () => { |
| 49 | setShowConsent(false) |
nothing calls this directly
no outgoing calls
no test coverage detected