Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Dec 5, 2024
1 parent 04a56ad commit 2964ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const DataTable = <TData, TValue>({
trackCustomEvent({
eventCategory: matomoEventCategory,
eventAction: "expanded",
eventName: row.original.name,
eventName: (row.original as { name: string }).name,
})
}

Expand Down

0 comments on commit 2964ea0

Please sign in to comment.