Skip to content

Commit

Permalink
rebase: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault committed Oct 29, 2024
1 parent 6f9e533 commit 5be76e1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ export function DashboardForm({ dashboardForm: [key, dashboard], isActive }: Das
const { data: controlUnits } = useGetControlUnitsQuery(undefined, RTK_DEFAULT_QUERY_OPTIONS)
const activeControlUnits = useMemo(() => controlUnits?.filter(isNotArchived), [controlUnits])
const [firstColumnWidth, setFirstColumnWidth] = useState<number | undefined>(undefined)
const selectedReportings =
dashboard.extractedArea?.reportings.filter(reporting => dashboard.dashboard.reportingIds.includes(+reporting.id)) ??
[]

const firstColumnRef = useRef<HTMLDivElement>(null)

Expand Down

0 comments on commit 5be76e1

Please sign in to comment.