Skip to content

Commit 3011870

Browse files
committed
Merge branch 'release-v2.1.4' of https://github.com/Worklenz/worklenz into feature/custom-gantt-chart
2 parents afad6a2 + 043ff7d commit 3011870

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

worklenz-frontend/src/features/navbar/upgrade-plan/UpgradePlanButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const UpgradePlanButton = () => {
2323
// Calculate days remaining for expirable subscription types
2424
const expirableTypes = [
2525
ISUBSCRIPTION_TYPE.TRIAL,
26-
ISUBSCRIPTION_TYPE.LIFE_TIME_DEAL,
2726
ISUBSCRIPTION_TYPE.PADDLE,
2827
ISUBSCRIPTION_TYPE.CUSTOM
2928
];

worklenz-frontend/src/hooks/useAuthStatus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const useAuthStatus = () => {
3030
// Check using valid_till_date for subscription types that can expire
3131
const expirableTypes = [
3232
ISUBSCRIPTION_TYPE.TRIAL,
33-
ISUBSCRIPTION_TYPE.LIFE_TIME_DEAL,
3433
ISUBSCRIPTION_TYPE.PADDLE,
3534
ISUBSCRIPTION_TYPE.CUSTOM
3635
];

0 commit comments

Comments
 (0)