style(components): don't self close tags

This commit is contained in:
Brandy Carney
2018-09-12 11:37:08 -04:00
parent 6ed4690834
commit fcb45d12e2
10 changed files with 10 additions and 10 deletions

View File

@ -63,7 +63,7 @@ export class ChipButton {
<span class="chip-button-inner">
<slot></slot>
</span>
{this.mode === 'md' && <ion-ripple-effect />}
{this.mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
</TagType>
);
}