We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdc959 commit bf9aba7Copy full SHA for bf9aba7
src/service/MosaicService.ts
@@ -68,7 +68,7 @@ export class MosaicService {
68
mergeMap((mosaic: Mosaic) => this.mosaicsView([mosaic.id]).pipe(
69
filter((_) => _.length !== 0),
70
map<MosaicView[], MosaicAmountView>((mosaicViews) => {
71
- return new MosaicAmountView(mosaicViews[0].mosaicInfo, mosaic.amount);
+ return new MosaicAmountView(mosaicViews[0].mosaicInfo[0], mosaic.amount);
72
}),
73
toArray())));
74
}
0 commit comments