diff --git a/core/src/components/action-sheet/action-sheet.tsx b/core/src/components/action-sheet/action-sheet.tsx index 1b4cfe31410..afec755628e 100644 --- a/core/src/components/action-sheet/action-sheet.tsx +++ b/core/src/components/action-sheet/action-sheet.tsx @@ -398,6 +398,7 @@ export class ActionSheet implements ComponentInterface, OverlayInterface { 'action-sheet-has-sub-title': this.subHeader !== undefined, }} > + {header} {this.subHeader &&
{this.subHeader}
}