Skip to content

Commit

Permalink
Fix bdb undefined event in "bedriftens arrangementer"
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrejk committed Jan 29, 2025
1 parent 7b663fe commit 93e5e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/bdb/components/BdbDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const BdbDetail = () => {
{
title: 'Tittel',
dataIndex: 'title',
render: (title) => <Link to={`/events/${title.id}`}>{title}</Link>,
render: (title, event) => <Link to={`/events/${event.id}`}>{title}</Link>,
},
{
title: 'Type',
Expand Down

0 comments on commit 93e5e0f

Please sign in to comment.