Skip to content

Commit

Permalink
fix universal error
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Oct 13, 2017
1 parent cbb8c79 commit 0f48a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/share-button/share-button.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(sbOpened)="opened.emit($event)"
(sbClosed)="closed.emit($event)"
[class.sb-show-count]="showCount && shareCount"
[class.sb-show-template]="template.innerText.length"
[class.sb-show-template]="template.innerText?.length"
[class.sb-show-text]="showName && !template.childElementCount"
[class.sb-show-icon]="showIcon && !template.childElementCount"
[style.fontSize.px]="(1 + size/20) * 14">
Expand Down

0 comments on commit 0f48a57

Please sign in to comment.