fix(ui): add control for my logins component

This commit is contained in:
shuai 2023-01-16 18:41:04 +08:00
parent b35d2564b5
commit 2e5eca08f1
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ const Index = () => {
}, },
}); });
}; };
if (!data?.length) return null;
return ( return (
<div className="mt-5"> <div className="mt-5">
<div className="form-label">{t('title')}</div> <div className="form-label">{t('title')}</div>