Web: Client: Data Import: remove stub

This commit is contained in:
Vladimir Khvan 2024-07-05 19:34:39 +05:00
parent 82d4c7950f
commit 7d3e958059

View File

@ -89,11 +89,11 @@ const UsersTableRow = (props: UsersTableRowProps) => {
<Text className="username">{displayName}</Text>
</TableCell>
<TableCell className="">
<TableCell>
<Text className="user-email">{email}</Text>
</TableCell>
<TableCell className="">
<TableCell>
{isDuplicate ? (
<Text className="user-existing">
{t("Settings:AccountAlreadyExists")}