From 6c1f40bcd7979b1f001339a8af70f8f2cded8071 Mon Sep 17 00:00:00 2001 From: Johan Lahti Date: Mon, 2 Oct 2023 16:09:23 +0200 Subject: [PATCH] Update packages/sn-filter-pane/src/components/ListboxGrid/distribute-always-expanded.ts Co-authored-by: Christian Veinfors --- .../src/components/ListboxGrid/distribute-always-expanded.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sn-filter-pane/src/components/ListboxGrid/distribute-always-expanded.ts b/packages/sn-filter-pane/src/components/ListboxGrid/distribute-always-expanded.ts index e7807fb2..07ebc99b 100644 --- a/packages/sn-filter-pane/src/components/ListboxGrid/distribute-always-expanded.ts +++ b/packages/sn-filter-pane/src/components/ListboxGrid/distribute-always-expanded.ts @@ -1,5 +1,3 @@ -// const flatten = (arr = []) => arr.reduce((prev, cur) => prev.concat(cur)); - import { IListboxResource } from '../../hooks/types'; import { IColumn } from './interfaces';