Skip to content

Commit c523eda

Browse files
committed
fix: lint fix
1 parent 1f96a4e commit c523eda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/components/src/overlay/sheet/sheet-overlay.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ export class SheetOverlayComponent {
8585

8686
this.isComponentSheet = !(sheetConfig.content instanceof TemplateRef);
8787
this.renderer = sheetConfig.content;
88-
this.popoverRef.height(this.getHeightForPopover(this.globalHeaderHeightProvider.globalHeaderHeight, sheetConfig.position));
88+
this.popoverRef.height(
89+
this.getHeightForPopover(this.globalHeaderHeightProvider.globalHeaderHeight, sheetConfig.position)
90+
);
8991
this.setWidth();
9092
this.navigationParams = sheetConfig.pageNavParams;
9193
this.rendererInjector = Injector.create({

0 commit comments

Comments
 (0)