diff --git a/package.json b/package.json index b8731c0f..40cd361f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vocechat-web", - "version": "0.3.56", + "version": "0.3.57", "private": true, "homepage": "https://voce.chat", "dependencies": { diff --git a/src/routes/setting/License/LicensePriceListModal.tsx b/src/routes/setting/License/LicensePriceListModal.tsx index 70191939..28992a67 100644 --- a/src/routes/setting/License/LicensePriceListModal.tsx +++ b/src/routes/setting/License/LicensePriceListModal.tsx @@ -26,7 +26,7 @@ const getExpireDay = (sub_dur: PriceSubscriptionDuration) => { let res = currDate; switch (sub_dur) { case "year": - res = currDate.add(1, "year"); + res = currDate.add(100, "year"); break; case "month": res = currDate.add(1, "month"); diff --git a/src/routes/setting/config/Agora.tsx b/src/routes/setting/config/Agora.tsx index c735f5c1..75440386 100644 --- a/src/routes/setting/config/Agora.tsx +++ b/src/routes/setting/config/Agora.tsx @@ -88,7 +88,7 @@ export default function ConfigAgora() { />
- +