Skip to content

Commit

Permalink
fix(FEC-13929): Application events analytics reporting to kava | Navi…
Browse files Browse the repository at this point in the history
…gation_chapters_see_more & less events doesn't sent for chapters without thumbnail. (#361)

#### Resloves FEC-13929

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
  • Loading branch information
JonathanTGold and JonathanTGold authored May 23, 2024
1 parent 78d2d23 commit 3d41b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/navigation/navigation-item/NavigationItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ export class NavigationItem extends Component<NavigationItemProps, NavigationIte
lines={3}
className={styles.expandableText}
classNameExpanded={styles.expanded}
onClick={this._handleExpand}>
onClick={this._handleExpand}
onExpand={this._onExpand}>
{displayDescription}
</ExpandableText>
</Localizer>
Expand Down

0 comments on commit 3d41b41

Please sign in to comment.