Skip to content

Commit

Permalink
chore: bump rn version. Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffan Levet committed Jan 12, 2024
1 parent fe2c8bc commit 58794ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog-react-native/src/autocapture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const autocaptureFromTouchEvent = (e: any, posthog: PostHog, options: Pos
// this element had a ph-label set, promote it to the lastLabel
lastLabel = element[elAttrLabelKey]
}

// if lastLabel is set, update this elements tag_name
if (lastLabel) {
element['tag_name'] = lastLabel
Expand Down

0 comments on commit 58794ca

Please sign in to comment.