We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be1594 commit a97ead6Copy full SHA for a97ead6
core/src/components/searchbar/searchbar.tsx
@@ -818,7 +818,7 @@ export class Searchbar implements ComponentInterface {
818
819
{(theme === 'md' || theme === 'ionic') && cancelButton}
820
821
- {(theme === 'ionic' && this.searchIcon !== undefined) || theme !== 'ionic' ? (
+ {theme !== 'ionic' || this.searchIcon !== undefined ? (
822
<ion-icon
823
aria-hidden="true"
824
icon={searchbarSearchIcon}
0 commit comments