summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx
index b20bf59..5fdee45 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -68,7 +68,7 @@ function FGModInstallerSection() {
}, 5000);
return () => clearTimeout(timer);
}
- return () => {}; // Ensure a cleanup function is always returned
+ return () => {};
}, [uninstallResult]);
const handleInstallClick = async () => {
@@ -244,7 +244,7 @@ export default definePlugin(() => ({
function MainContent() {
return (
<>
- {/* Other content */}
+ {}
</>
);
} \ No newline at end of file