From f9d46e46a568774aac268824aabdaf62c9b5be08 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 15 Jul 2025 21:34:19 +0200 Subject: [PATCH] Fix ESLint issue --- moneymgr_web/src/routes/AccountRoute.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moneymgr_web/src/routes/AccountRoute.tsx b/moneymgr_web/src/routes/AccountRoute.tsx index e68a9d9..32796ea 100644 --- a/moneymgr_web/src/routes/AccountRoute.tsx +++ b/moneymgr_web/src/routes/AccountRoute.tsx @@ -399,7 +399,7 @@ function MovementsTable(p: { endAdornment: filter.length > 0 && ( - setFilter("")}> + { setFilter(""); }}>