Skip to content

Commit

Permalink
tmp: Test typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pettermachado committed Nov 12, 2024
1 parent e284aa5 commit 2397979
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,

Check failure on line 85 in app/components/columns/action.tsx

View workflow job for this annotation

GitHub Actions / CI

'zone.location' is possibly 'null'.
},
{
id: "account",
Expand Down

0 comments on commit 2397979

Please sign in to comment.