Browse Source

remove test

Mauricio Araujo 2 years ago
parent
commit
b9bc775f25
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dashboard/src/main/home/Home.tsx

+ 1 - 2
dashboard/src/main/home/Home.tsx

@@ -387,8 +387,7 @@ const Home: React.FC<Props> = (props) => {
   };
 
   const showCardBanner = !hasPaymentEnabled;
-  // const trialExpired = plan && isTrialExpired(plan.trial_info.ending_before);
-  const trialExpired = true;
+  const trialExpired = plan && isTrialExpired(plan.trial_info.ending_before);
 
   return (
     <ThemeProvider