Skip to content

Commit 7348fd0

Browse files
author
Sara Dahan
committed
chore(label-group): update pf-label-group.ts
1 parent 06ada58 commit 7348fd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elements/pf-label-group/pf-label-group.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export class PfLabelGroup extends LitElement {
104104
@query('#close-button') private _button?: HTMLButtonElement;
105105

106106
private get _categorySlotted(): HTMLElement[] {
107-
const isServer = typeof window === 'undefined' || !('document' in globalThis);
108107
if (isServer) {
109108
return [];
110109
}

0 commit comments

Comments
 (0)