From 962bcdf4acfa6b2fe655860504a4eb6c54bb6252 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Mon, 17 Apr 2023 12:07:33 +0800 Subject: [PATCH] chore: updates --- package.json | 2 +- src/routes/setting/License/LicensePriceListModal.tsx | 2 +- src/routes/setting/config/Agora.tsx | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) 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() { />
- +