diff --git a/src/lib/features/customers/CustomerList.tsx b/src/lib/features/customers/CustomerList.tsx index d8e2d7f..656f389 100644 --- a/src/lib/features/customers/CustomerList.tsx +++ b/src/lib/features/customers/CustomerList.tsx @@ -12,7 +12,7 @@ import type { Customer } from '@/lib/db/idb'; import { deleteVehiclesAsync } from '../vehicles/vehiclesSlice'; import { getVehiclesByCustomerId } from '@/lib/repositories/vehicleRepository'; -export function searchCustomers(query: string, customers: Customer[]) { + export function searchCustomers(query: string, customers: Customer[]) { const customerDocument = new FlexSearch.Document({ document: { id: 'id',