fix(web): priority displayName for settings name error (#336)

This commit is contained in:
3Spiders
2025-06-17 08:26:13 +08:00
committed by GitHub
parent 4fb053b6d2
commit 4fe43153b1
4 changed files with 4 additions and 2 deletions

View File

@@ -179,5 +179,5 @@ export const GeneralTab: Tab = ({
</div>
);
};
GeneralTab.displayName = "";
GeneralTab.displayName = "General";
GeneralTab.icon = Settings;