diff --git a/web/app/components/header/license-env/index.tsx b/web/app/components/header/license-env/index.tsx index 720bf70fd4..632762a52f 100644 --- a/web/app/components/header/license-env/index.tsx +++ b/web/app/components/header/license-env/index.tsx @@ -13,7 +13,7 @@ const LicenseNav = () => { if (systemFeatures.license?.status === LicenseStatus.EXPIRING) { const expiredAt = systemFeatures.license?.expired_at - const count = dayjs(expiredAt).diff(dayjs(), 'days') + const count = dayjs(expiredAt).diff(dayjs(), 'day') return