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

@ -506,7 +506,7 @@ export class Select {
class="select-cover"
>
<slot></slot>
{this.mode === 'md' && <ion-ripple-effect />}
{this.mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
</button>
];
}