mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: swap subscribe and unsubscribe events (#8900)
This commit is contained in:
parent
f833cf58eb
commit
40769c8106
@ -33,7 +33,7 @@ export const ProductivityEmailSubscription: FC<{
|
||||
});
|
||||
trackEvent('productivity-report', {
|
||||
props: {
|
||||
eventType: 'subscribe',
|
||||
eventType: 'unsubscribe',
|
||||
},
|
||||
});
|
||||
} else {
|
||||
@ -44,7 +44,7 @@ export const ProductivityEmailSubscription: FC<{
|
||||
});
|
||||
trackEvent('productivity-report', {
|
||||
props: {
|
||||
eventType: 'unsubscribe',
|
||||
eventType: 'subscribe',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user