diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx index 3a8dc74..20ac056 100644 --- a/src/pages/profile/index.tsx +++ b/src/pages/profile/index.tsx @@ -84,9 +84,11 @@ const Profile: React.FC = () => { children: userCompany?.validityEndTime ? ( {userCompany.validityEndTime} - - {$t('pages.company.expired')} - + {userCompany?.validityStatus === 2 && ( + + {$t('pages.company.expired')} + + )} ) : ( $t('pages.company.permanent')