diff --git a/web/app/components/system-features-initor/license-info/index.tsx b/web/app/components/system-features-initor/license-info/index.tsx index fb74ffc8e0..86db24b343 100644 --- a/web/app/components/system-features-initor/license-info/index.tsx +++ b/web/app/components/system-features-initor/license-info/index.tsx @@ -6,7 +6,7 @@ import s from './styles.module.css' const LicenseInfo = () => { const { systemFeatures } = useSystemFeaturesStore() - if (!systemFeatures.expired_at) { + if (systemFeatures.expired_at) { return (