Commit ca2cb51
jagdeep sidhu
Bug: Currency Label Displays Raw Code
The network card's currency label displays a literal string $(currentNetwork.currency || 'sys').toUpperCase() • instead of the evaluated currency code. This occurs because the expression was incorrectly placed outside JSX interpolation braces, causing the $ and ( characters to be rendered literally as part of the string.1 parent beab8ca commit ca2cb51
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1003 | 1003 | | |
1004 | 1004 | | |
1005 | 1005 | | |
1006 | | - | |
| 1006 | + | |
| 1007 | + | |
1007 | 1008 | | |
1008 | 1009 | | |
1009 | 1010 | | |
| |||
0 commit comments