diff --git a/website/client/src/router/handleRedirect.js b/website/client/src/router/handleRedirect.js index 2fb2c08425..e580298766 100644 --- a/website/client/src/router/handleRedirect.js +++ b/website/client/src/router/handleRedirect.js @@ -29,7 +29,7 @@ export default function handleRedirect (to, from, next) { }); } - if (newAppState.paymentType === 'subscription') { + if (newAppState.paymentType.contains('subscription')) { return next({ name: 'subscription' }); }