From 3d40acc26bf74f5a593ca6ce3f0cc22b64daa684 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Wed, 22 Feb 2023 09:25:56 -0500 Subject: [PATCH] Chip --- web/public/config.js | 2 +- web/src/components/UpgradeDialog.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/config.js b/web/public/config.js index e714a4fe..264eda15 100644 --- a/web/public/config.js +++ b/web/public/config.js @@ -6,7 +6,7 @@ // During web development, you may change values here for rapid testing. var config = { - base_url: window.location.origin, // Set this to "https://127.0.0.1" to test against a different server + base_url: "https://127.0.0.1", // to test against a different server app_root: "/app", enable_login: true, enable_signup: true, diff --git a/web/src/components/UpgradeDialog.js b/web/src/components/UpgradeDialog.js index 1ec07a25..447adab2 100644 --- a/web/src/components/UpgradeDialog.js +++ b/web/src/components/UpgradeDialog.js @@ -145,7 +145,7 @@ const UpgradeDialog = (props) => { onChange={(ev) => setInterval(ev.target.checked ? SubscriptionInterval.YEAR : SubscriptionInterval.MONTH)} /> {t("account_upgrade_dialog_interval_yearly")} - {discount > 0 && } + {discount > 0 && }