chore: ugprade snjs deps (#898)

This commit is contained in:
Mo
2022-02-24 12:57:32 -06:00
committed by GitHub
parent 7fe0873bbb
commit c3d849d204
19 changed files with 163 additions and 182 deletions

View File

@@ -30,8 +30,8 @@ export const PremiumFeaturesModal: FunctionalComponent<Props> = ({
const handleClick = () => {
if (hasSubscription) {
openSubscriptionDashboard(application);
} else if (window._plans_url) {
window.location.assign(window._plans_url);
} else if (window.plansUrl) {
window.location.assign(window.plansUrl);
}
};