Skip to content

Commit 44d772f

Browse files
committed
fix(picker): removes unused code
1 parent ac07c6f commit 44d772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/picker-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export class PickerColumnCmp {
438438
<div class="picker-wrapper">
439439
<div class="picker-toolbar">
440440
<div *ngFor="let b of d.buttons" class="picker-toolbar-button" [ngClass]="b.cssRole">
441-
<button ion-button (click)="btnClick(b)" [ngClass]="b.cssClass" class="picker-button" clear [strong]="b.strong">
441+
<button ion-button (click)="btnClick(b)" [ngClass]="b.cssClass" class="picker-button" clear>
442442
{{b.text}}
443443
</button>
444444
</div>

0 commit comments

Comments
 (0)