{this.pullingIcon &&
-
+
}
{this.pullingText &&
diff --git a/core/src/components/reorder/reorder.tsx b/core/src/components/reorder/reorder.tsx
index 3807f74c7c..501ef2865c 100644
--- a/core/src/components/reorder/reorder.tsx
+++ b/core/src/components/reorder/reorder.tsx
@@ -16,7 +16,7 @@ export class Reorder {
render() {
return (
-
+
);
}
diff --git a/core/src/components/searchbar/searchbar.tsx b/core/src/components/searchbar/searchbar.tsx
index 5d7ae169fe..9f55a49e07 100644
--- a/core/src/components/searchbar/searchbar.tsx
+++ b/core/src/components/searchbar/searchbar.tsx
@@ -331,7 +331,7 @@ export class Searchbar {
onClick={this.cancelSearchbar.bind(this)}
class="searchbar-cancel-button">
{ this.mode === 'md'
- ?
+ ?
: this.cancelButtonText }
: null;
@@ -339,7 +339,7 @@ export class Searchbar {
return [
{ this.mode === 'md' && cancelButton }
-
+
this.nativeInput = el as HTMLInputElement}
class="searchbar-input"
@@ -360,7 +360,7 @@ export class Searchbar {
onClick={this.clearInput.bind(this)}
onMouseDown={this.clearInput.bind(this)}
onTouchStart={this.clearInput.bind(this)}>
-
+
,
this.mode === 'ios' && cancelButton
diff --git a/core/src/components/tab-button/tab-button.tsx b/core/src/components/tab-button/tab-button.tsx
index 28d5050aa5..4a854b2e77 100644
--- a/core/src/components/tab-button/tab-button.tsx
+++ b/core/src/components/tab-button/tab-button.tsx
@@ -72,7 +72,7 @@ export class TabButton {
class="tab-button-native"
onKeyUp={this.onKeyUp.bind(this)}
onBlur={this.onBlur.bind(this)}>
- { icon &&
}
+ { icon &&
}
{ label &&
{label} }
{ badge &&
{badge} }
{ mode === 'md' &&
}
diff --git a/core/src/components/tabbar/tabbar.tsx b/core/src/components/tabbar/tabbar.tsx
index b0ec2e9af1..07842c3b33 100644
--- a/core/src/components/tabbar/tabbar.tsx
+++ b/core/src/components/tabbar/tabbar.tsx
@@ -225,7 +225,7 @@ export class Tabbar {
if (this.scrollable) {
return [
this.scrollByTab('left')} fill="clear" class={{ inactive: !this.canScrollLeft }}>
-
+
,
this.scrollEl = scrollEl as HTMLIonScrollElement}>
@@ -234,7 +234,7 @@ export class Tabbar {
,
this.scrollByTab('right')} fill="clear" class={{ inactive: !this.canScrollRight }}>
-
+
];
} else {