Skip to content

Commit

Permalink
Revert "tmp: Test typecheck"
Browse files Browse the repository at this point in the history
This reverts commit 2397979.
  • Loading branch information
pettermachado committed Nov 12, 2024
1 parent 491308d commit eddc23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/columns/action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const columns: ColumnDef<EventActionRow>[] = [
{
id: "location",
header: "Location",
accessorFn: ({ zone }) => zone?.location.name,
accessorFn: ({ zone }) => zone?.location?.name,
},
{
id: "account",
Expand Down

0 comments on commit eddc23b

Please sign in to comment.