Skip to content

Commit 5863cd7

Browse files
committed
fix wrong variable name
1 parent 6363ca4 commit 5863cd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cards/ConferencesCard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const ConferenceItem = ({ conf, index }) => {
6666
link={conf.url}
6767
analyticsAttributes={{
6868
[Attributes.TRIGERED_FROM]: 'card',
69-
[Attributes.TITLE]: item.name,
70-
[Attributes.LINK]: item.url,
69+
[Attributes.TITLE]: conf.name,
70+
[Attributes.LINK]: conf.url,
7171
[Attributes.SOURCE]: 'conferences',
7272
}}>
7373
<RiCalendarEventFill className={'rowTitleIcon'} />

0 commit comments

Comments
 (0)