mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
style(components): don't self close tags
This commit is contained in:
@ -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>
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user