From aaccab393083963939420c61a79c89456f6b18dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= <26099018+JesmoDev@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:05:09 +1200 Subject: [PATCH] cleanup --- packages/uui-tabs/lib/uui-tab-group.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/uui-tabs/lib/uui-tab-group.element.ts b/packages/uui-tabs/lib/uui-tab-group.element.ts index a965dc7cf..8b986b1ac 100644 --- a/packages/uui-tabs/lib/uui-tab-group.element.ts +++ b/packages/uui-tabs/lib/uui-tab-group.element.ts @@ -193,7 +193,6 @@ export class UUITabGroupElement extends LitElement { }; #updateCollapsibleTabs(containerWidth: number) { - containerWidth = containerWidth; const buttonWidth = this._moreButtonElement.offsetWidth; // Only update if the container is smaller than the last breakpoint