From c3656a137908f31b9448db62224819837beda5c1 Mon Sep 17 00:00:00 2001 From: StyleZhang Date: Mon, 15 Jul 2024 14:22:19 +0800 Subject: [PATCH] add --- .../components/system-features-initor/license-info/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (