@ -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'
};
});