Skip to content

Commit 6aab5bd

Browse files
committed
refactor(action-sheet): remove unused code
1 parent e1f83b0 commit 6aab5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/action-sheet/action-sheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ export class ActionSheet implements ComponentInterface, OverlayInterface {
576576
}
577577

578578
render() {
579-
const { header, htmlAttributes, overlayIndex, activeRadioId, hasRadioButtons } = this;
579+
const { header, htmlAttributes, overlayIndex, hasRadioButtons } = this;
580580
const mode = getIonMode(this);
581581
const allButtons = this.getButtons();
582582
const cancelButton = allButtons.find((b) => b.role === 'cancel');

0 commit comments

Comments
 (0)