mempool/frontend/src/app/components/address-labels/address-labels.component.html
Antoni Spaanderman b5ef148b82
replace 3 seperate labels with one AddressLabelsComponent.label?: string
+ consistency: move comments in the `if` blocks
2022-03-29 15:47:48 +02:00

6 lines
116 B
HTML

<span
*ngIf="label"
class="badge badge-pill badge-warning"
i18n="address-labels.multisig"
>{{ label }}</span>