From 40ec77342509c70bcf3ea941cc91941614429eb0 Mon Sep 17 00:00:00 2001 From: Hachi-R Date: Mon, 11 Nov 2024 16:39:58 -0300 Subject: [PATCH] lint --- src/renderer/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/app.tsx b/src/renderer/src/app.tsx index c4124e13..992e8714 100644 --- a/src/renderer/src/app.tsx +++ b/src/renderer/src/app.tsx @@ -113,7 +113,7 @@ export function App() { const unsubscribe = window.electron.onHardDelete(() => { updateLibrary(); }); - + return () => unsubscribe(); }, [updateLibrary]);