Skip to content

Commit

Permalink
fix: qr code link to user as text is incorrect, was wrongly cherrypic…
Browse files Browse the repository at this point in the history
…ked (WPB-14416) (#3647)
  • Loading branch information
yamilmedina authored Nov 20, 2024
1 parent d40175e commit 7ea737a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private fun SelfQRCodeContent(
color = colorsScheme().secondaryText
)
Spacer(modifier = Modifier.weight(1f))
ShareLinkButton(state.userProfileLink, trackAnalyticsEvent)
ShareLinkButton(state.userAccountProfileLink, trackAnalyticsEvent)
VerticalSpace.x8()
ShareQRCodeButton {
trackAnalyticsEvent(AnalyticsEvent.QrCode.Modal.ShareQrCode)
Expand Down

0 comments on commit 7ea737a

Please sign in to comment.