Pricing Upgrade Flow changes (#514)
* Pricing Upgrade Flow changes * remove extra code * Refactor subscription plan selection and billing management * Polish the new pricing modal --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
2
client/composables/useAmplitude.js
vendored
2
client/composables/useAmplitude.js
vendored
@@ -16,7 +16,7 @@ export function useAmplitude () {
|
||||
}
|
||||
|
||||
const logEvent = function (eventName, eventData) {
|
||||
if (!config.public.env === 'production') {
|
||||
if (config.public.env !== 'production') {
|
||||
console.log('[DEBUG] Amplitude logged event:', eventName, eventData)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user