diff --git a/src/frontend/src/components/DroneOperatorTask/DescriptionSection/index.tsx b/src/frontend/src/components/DroneOperatorTask/DescriptionSection/index.tsx index a0aff2a3..36c12a65 100644 --- a/src/frontend/src/components/DroneOperatorTask/DescriptionSection/index.tsx +++ b/src/frontend/src/components/DroneOperatorTask/DescriptionSection/index.tsx @@ -26,7 +26,7 @@ const DroneOperatorDescriptionBox = () => { taskId as string, { select: (data: any) => { - return data.data.features; + return data.data?.results.features; }, }, );