Skip to content

Commit

Permalink
Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Nov 12, 2023
1 parent ccce237 commit cb48f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function adjustLayoutByDelta({
const initialSize = nextLayout[pivotIndex]!;

const { collapsible } = panelConstraints[pivotIndex]!;
const { collapsedSizePercentage, maxSizePercentage, minSizePercentage } =
const { collapsedSizePercentage, minSizePercentage } =
computePercentagePanelConstraints(
panelConstraints,
pivotIndex,
Expand Down

1 comment on commit cb48f3d

@vercel
Copy link

@vercel vercel bot commented on cb48f3d Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.