mirror of https://gitee.com/answerdev/answer.git
fix(ui): add control for my logins component
This commit is contained in:
parent
b35d2564b5
commit
2e5eca08f1
|
@ -35,6 +35,8 @@ const Index = () => {
|
|||
},
|
||||
});
|
||||
};
|
||||
|
||||
if (!data?.length) return null;
|
||||
return (
|
||||
<div className="mt-5">
|
||||
<div className="form-label">{t('title')}</div>
|
||||
|
|
Loading…
Reference in New Issue