diff --git a/app/components/columns/action.tsx b/app/components/columns/action.tsx index a7ab473..3b07ee9 100644 --- a/app/components/columns/action.tsx +++ b/app/components/columns/action.tsx @@ -82,7 +82,7 @@ export const columns: ColumnDef[] = [ { id: "location", header: "Location", - accessorFn: ({ zone }) => zone?.location.name, + accessorFn: ({ zone }) => zone?.location?.name, }, { id: "account",