From 65e2bb38a095b284e09923a96a857d5e5ca3a02c Mon Sep 17 00:00:00 2001 From: Moyasee Date: Sat, 8 Nov 2025 19:26:13 +0200 Subject: [PATCH] ci: formatting --- src/renderer/src/pages/library/library.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/pages/library/library.tsx b/src/renderer/src/pages/library/library.tsx index 323db73e..7167809d 100644 --- a/src/renderer/src/pages/library/library.tsx +++ b/src/renderer/src/pages/library/library.tsx @@ -25,7 +25,7 @@ export default function Library() { visible: boolean; position: { x: number; y: number }; }>({ game: null, visible: false, position: { x: 0, y: 0 } }); - + const searchQuery = useAppSelector((state) => state.library.searchQuery); const dispatch = useAppDispatch(); const { t } = useTranslation("library");