This commit is contained in:
GH Action - Upstream Sync
2024-04-15 03:02:08 +00:00
6 changed files with 522 additions and 75 deletions

View File

@@ -405,7 +405,7 @@ export function MaskPage() {
const chatStore = useChatStore();
const [filterLang, setFilterLang] = useState<Lang | undefined>(
localStorage.getItem("Mask-language") as Lang | undefined,
() => localStorage.getItem("Mask-language") as Lang | undefined,
);
useEffect(() => {
if (filterLang) {