mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(): remove semicolons (#19033)
This commit is contained in:
@ -23,7 +23,7 @@ export class Grid implements ComponentInterface {
|
||||
'grid-fixed': this.fixed
|
||||
}}
|
||||
>
|
||||
<slot></slot>;
|
||||
<slot></slot>
|
||||
</Host>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user