fix: bad merge conflict resolution

Removes the duplicate clear icon from rendering.
This commit is contained in:
Sean Perkins
2024-04-09 16:56:08 -04:00
parent fb445322c3
commit 1674211ce7

View File

@@ -795,7 +795,6 @@ export class Input implements ComponentInterface {
onClick={this.clearTextInput}
>
<ion-icon aria-hidden="true" icon={clearIconData}></ion-icon>
<ion-icon aria-hidden="true" icon={clearIconData}></ion-icon>
</button>
)}
<slot name="end"></slot>