Skip to content

Commit

Permalink
fix: update response for flight plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujit committed Dec 22, 2024
1 parent cbb5c62 commit 6bc2f92
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 6bc2f92

Please sign in to comment.