This commit is contained in:
StyleZhang 2024-07-15 14:22:19 +08:00
parent 092a7346d2
commit c3656a1379

View File

@ -6,7 +6,7 @@ import s from './styles.module.css'
const LicenseInfo = () => {
const { systemFeatures } = useSystemFeaturesStore()
if (!systemFeatures.expired_at) {
if (systemFeatures.expired_at) {
return (
<div className='fixed inset-0 flex flex-col pt-14 z-[99999]'>
<div className={cn(s.bg, 'grow flex flex-col items-center justify-center bg-white')}>