fix the indentation

This commit is contained in:
LingkongSky
2025-04-08 20:02:41 +08:00
parent 8037081e0c
commit 7163854185

View File

@@ -30,7 +30,7 @@ export const MouseJiggler = () => {
if (isLoading) return;
setIsLoading(true);
const rsp = isEnabled ? await api.disableMouseJiggler() : await api.enableMouseJiggler();
const rsp = isEnabled ? await api.disableMouseJiggler() : await api.enableMouseJiggler();
setIsLoading(false);
if (rsp.code !== 0) {