From 17970f01602bc2e5e5c53f0261403408628688d2 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 24 Jan 2025 19:05:16 -0500 Subject: cleanup --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3