Skip to content

Commit

Permalink
fix: Use correct field for currency in diagnostics popup (#7458)
Browse files Browse the repository at this point in the history
Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
  • Loading branch information
marc2332 and begonaalvarezd authored Sep 26, 2023
1 parent c315744 commit bd8c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/components/popups/DiagnosticsPopup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if ($activeProfile && $loggedIn) {
appVars.push({
label: 'views.settings.currency.title',
value: $activeProfile?.settings?.currency,
value: $activeProfile?.settings?.marketCurrency,
})
appVars.push({
label: 'general.nodeList',
Expand Down

0 comments on commit bd8c11c

Please sign in to comment.