Add updates by car screen and modal popup (#29)
This commit is contained in:
@@ -41,7 +41,11 @@ const updatesAPI = {
|
||||
},
|
||||
|
||||
getCarUpdates: async (filter, token) => {
|
||||
return [];
|
||||
return { data:[] };
|
||||
},
|
||||
|
||||
getVINUpdates: async (vin, token) => {
|
||||
return { data:[] };
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user