@transferwise/components 46.0.1 → 46.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -8109,7 +8109,7 @@ class MoneyInput extends React.Component {
8109
8109
  compareValues: "currency",
8110
8110
  renderValue: (currency, withinTrigger) => {
8111
8111
  return /*#__PURE__*/jsxRuntime.jsx(SelectInputOptionContent, {
8112
- title: currency.label,
8112
+ title: withinTrigger ? currency.currency.toUpperCase() : currency.label,
8113
8113
  note: withinTrigger ? undefined : currency.note,
8114
8114
  icon: /*#__PURE__*/jsxRuntime.jsx(art.Flag, {
8115
8115
  code: currency.currency,