diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-24 19:05:16 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-24 19:05:16 -0500 |
| commit | 17970f01602bc2e5e5c53f0261403408628688d2 (patch) | |
| tree | d561195c601ce29e70533a8e436b8f76fd9d1473 | |
| parent | 3a24661d3fa25809d345041f360345d7a9098df1 (diff) | |
| download | Decky-Framegen-17970f01602bc2e5e5c53f0261403408628688d2.tar.gz Decky-Framegen-17970f01602bc2e5e5c53f0261403408628688d2.zip | |
cleanup
| -rwxr-xr-x | src/index.tsx | 4 |
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 |
