We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afad6a2 + 043ff7d commit 3011870Copy full SHA for 3011870
worklenz-frontend/src/features/navbar/upgrade-plan/UpgradePlanButton.tsx
@@ -23,7 +23,6 @@ const UpgradePlanButton = () => {
23
// Calculate days remaining for expirable subscription types
24
const expirableTypes = [
25
ISUBSCRIPTION_TYPE.TRIAL,
26
- ISUBSCRIPTION_TYPE.LIFE_TIME_DEAL,
27
ISUBSCRIPTION_TYPE.PADDLE,
28
ISUBSCRIPTION_TYPE.CUSTOM
29
];
worklenz-frontend/src/hooks/useAuthStatus.ts
@@ -30,7 +30,6 @@ export const useAuthStatus = () => {
30
// Check using valid_till_date for subscription types that can expire
31
32
33
34
35
36
0 commit comments