diff --git a/app/(protected)/dashboard/scrape/logs.tsx b/app/(protected)/dashboard/scrape/logs.tsx index 89d958b..8d6ab66 100644 --- a/app/(protected)/dashboard/scrape/logs.tsx +++ b/app/(protected)/dashboard/scrape/logs.tsx @@ -101,18 +101,22 @@ const LogsTable = ({ userId, target }) => { onChange={(e) => handleFilterChange("ip", e.target.value)} className="h-8 max-w-xs placeholder:text-xs" /> - handleFilterChange("name", e.target.value)} - className="h-8 max-w-xs placeholder:text-xs" - /> - handleFilterChange("email", e.target.value)} - className="h-8 max-w-xs placeholder:text-xs" - /> + { + <> + handleFilterChange("name", e.target.value)} + className="h-8 max-w-xs placeholder:text-xs" + /> + handleFilterChange("email", e.target.value)} + className="h-8 max-w-xs placeholder:text-xs" + /> + + }