feat(platform): clarify customer service entry
This commit is contained in:
@@ -429,9 +429,6 @@ export default function App() {
|
||||
const nextFilters = normalizeMileageFilterValues(filters);
|
||||
const nextVin = nextFilters.keyword?.trim() || analysisVin;
|
||||
const nextProtocol = nextFilters.protocol?.trim() ?? activeProtocol;
|
||||
if (!nextVin) {
|
||||
return;
|
||||
}
|
||||
setAnalysisVin(nextVin);
|
||||
setActiveProtocol(nextProtocol);
|
||||
setMileageFilters({ ...nextFilters, keyword: nextVin, protocol: nextProtocol });
|
||||
|
||||
Reference in New Issue
Block a user