fix: Revert "fix: fix display bug in SigninTable" (#2700)

This reverts commit d52058d2ae.
This commit is contained in:
hsluoyz
2024-02-14 09:44:42 +08:00
committed by GitHub
parent d52058d2ae
commit 6d9d595f86
5 changed files with 10 additions and 14 deletions

View File

@ -229,11 +229,10 @@ class SigninTable extends React.Component {
width: "155px",
render: (text, record, index) => {
let options = [];
if (record.name === "Providers") {
if (record.name === "ThirdParty") {
options = [
{id: "Default", name: i18next.t("general:Default")},
{id: "Big icon", name: i18next.t("application:Big icon")},
{id: "Small icon", name: i18next.t("application:Small icon")},
{id: "big", name: i18next.t("application:Big icon")},
{id: "small", name: i18next.t("application:Small icon")},
];
}
if (options.length === 0) {