mirror of https://github.com/langgenius/dify.git
add
This commit is contained in:
parent
092a7346d2
commit
c3656a1379
|
|
@ -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')}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue