Skip to content

Commit

Permalink
Merge pull request #409 from hotosm/fix/flight-plan-download
Browse files Browse the repository at this point in the history
fix: update response for flight plan
  • Loading branch information
suzit-10 authored Dec 22, 2024
2 parents cbb5c62 + 6bc2f92 commit af25291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DroneOperatorDescriptionBox = () => {
taskId as string,
{
select: (data: any) => {
return data.data.features;
return data.data?.results.features;
},
},
);
Expand Down

0 comments on commit af25291

Please sign in to comment.