File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/container/AppLayout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ import {
6161import { USER_ROLES } from 'types/roles' ;
6262import { eventEmitter } from 'utils/getEventEmitter' ;
6363import {
64- getFormattedDate ,
64+ // getFormattedDate,
6565 getFormattedDateWithMinutes ,
6666 getRemainingDays ,
6767} from 'utils/timeUtils' ;
@@ -594,7 +594,7 @@ function AppLayout(props: AppLayoutProps): JSX.Element {
594594 < title > { pageTitle } </ title >
595595 </ Helmet >
596596
597- { showTrialExpiryBanner && ! showPaymentFailedWarning && (
597+ { /* { showTrialExpiryBanner && !showPaymentFailedWarning && (
598598 <div className="trial-expiry-banner">
599599 You are in free trial period. Your free trial will end on{' '}
600600 <span>{getFormattedDate(trialInfo?.trialEnd || Date.now())}.</span>
@@ -611,7 +611,7 @@ function AppLayout(props: AppLayoutProps): JSX.Element {
611611 'Please contact your administrator for upgrading to a paid plan.'
612612 )}
613613 </div>
614- ) }
614+ )} */ }
615615
616616 { showWorkspaceRestricted && renderWorkspaceRestrictedBanner ( ) }
617617
You can’t perform that action at this time.
0 commit comments