diff --git a/components/user/user-module.tsx b/components/user/user-module.tsx index 62ef07d..ac59641 100644 --- a/components/user/user-module.tsx +++ b/components/user/user-module.tsx @@ -38,6 +38,7 @@ const UserModule = () => { useEffect(() => { fetchUsers(); }, []); + // ✅ Search filter useEffect(() => {