sửa l fix xcall api getTrip

This commit is contained in:
Tran Anh Tuan
2025-11-06 17:45:03 +07:00
parent aabd1109b2
commit 1b748285c9
5 changed files with 29 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ export const useTrip = create<Trip>((set) => ({
getTrip: async () => {
try {
const response = await queryTrip();
console.log("Trip fetching: ", response.data);
console.log("Trip fetching API");
set({ trip: response.data, loading: false });
} catch (error) {