MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / removeEmail

Function removeEmail

apps/web/ui/OnboardingForm/index.tsx:96–98  ·  view source on GitHub ↗
(email: string)

Source from the content-addressed store, hash-verified

94 }
95
96 function removeEmail(email: string) {
97 setEmails(emails.filter((e) => e !== email));
98 }
99
100 return (
101 <>

Callers 1

OnboardingFormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected