Quellcode durchsuchen

Remove comments

Mauricio Araujo vor 2 Jahren
Ursprung
Commit
9f5173013b

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

@@ -424,7 +424,6 @@ const Home: React.FC<Props> = (props) => {
                     </Link>
                     . Your free trial is ending {" "}
                     {dayjs().to(dayjs(plan.trial_info.ending_before))}
-                    {/* {intlFormatDistance(Date.parse(plan.trial_info.ending_before), new Date())}. */}
                   </GlobalBanner>
                 )}
                 {!trialExpired && showBillingModal && (

+ 0 - 1
dashboard/src/main/home/project-settings/BillingPage.tsx

@@ -237,7 +237,6 @@ function BillingPage(): JSX.Element {
                         <Text>
                           Free trial ends{" "}
                           {dayjs().to(dayjs(plan.trial_info.ending_before))}
-                          {/* {intlFormatDistance(Date.parse(plan.trial_info.ending_before), new Date())} */}
                         </Text>
                       ) : (
                         <Text>Started on {readableDate(plan.starting_on)}</Text>