|
|
@ -8,7 +8,7 @@ |
|
|
@if (item && isAsset(item)) { |
|
|
@if (item && isAsset(item)) { |
|
|
<br /> |
|
|
<br /> |
|
|
<small class="text-muted" |
|
|
<small class="text-muted" |
|
|
>{{ item?.symbol | gfSymbol }} · {{ item?.currency }} |
|
|
>{{ item?.symbol ?? '' | gfSymbol }} · {{ item?.currency }} |
|
|
@if (item?.assetSubClassString) { |
|
|
@if (item?.assetSubClassString) { |
|
|
· {{ item.assetSubClassString }} |
|
|
· {{ item.assetSubClassString }} |
|
|
} |
|
|
} |
|
|
|