Prisma newsletter
++ {isSuccess + ? "You are unsubscribed" + : isInvalid + ? "This link is not valid" + : "Unsubscribe from the newsletter?"} +
+ + {isSuccess ? ( ++ You will no longer receive the Prisma newsletter. Transactional account and service + emails are unaffected. +
+ ) : isInvalid ? ( ++ The unsubscribe link is missing or invalid. You can try the link from your latest Prisma + newsletter again. +
+ ) : ( + <> ++ This stops Prisma newsletter emails only. You will still receive important account and + service messages. +
+ {isError ? ( ++ We could not update your subscription. Please try again. +
+ ) : null} + + > + )} + + + Return to Prisma + +