Skip to content

Commit

Permalink
bugfix: Analytics Widget (#8772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger authored Dec 30, 2024
1 parent 0e6ee7d commit 278bf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/src/renderer/analytics/segment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const getMarketWidgetAnalytics = (state: State) => {

return {
hasMarketWidget: !marketWidget?.enabled ? "Null" : hasMarketWidgetActivated ? "Yes" : "No",
hasSeenWidgetImprovements: marketWidget?.params?.enableNewFeature ? "Yes" : "No",
hasMarketWidgetV2: marketWidget?.params?.enableNewFeature ? "Yes" : "No",
};
};

Expand Down

0 comments on commit 278bf59

Please sign in to comment.