Browse Source

Label

pull/5361/head
Szymon 2 weeks ago
parent
commit
3e24ec9b17
  1. 1
      libs/ui/src/lib/assistant/assistant.component.ts

1
libs/ui/src/lib/assistant/assistant.component.ts

@ -355,6 +355,7 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit {
this.currencies = this.info.currencies.map((currency) => {
return {
id: currency,
label: currency,
type: 'BASE_CURRENCY'
};
});

Loading…
Cancel
Save