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

@ -538,7 +538,7 @@ export class Datetime {
onClick={this.open.bind(this)}
class="datetime-cover"
>
{this.mode === 'md' && <ion-ripple-effect />}
{this.mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
</button>
];
}