fix: Hide opt-out option for ancillary email
This commit is contained in:
@@ -145,7 +145,7 @@ export const bookingMutationRouter = router({
|
||||
headers,
|
||||
body: body,
|
||||
},
|
||||
{ language, emailOptOut: input.emailOptOut }
|
||||
{ language }
|
||||
)
|
||||
|
||||
if (!apiResponse.ok) {
|
||||
|
||||
Reference in New Issue
Block a user