Skip to content

Commit

Permalink
Remove leftover autoScale param
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jun 13, 2024
1 parent 689223f commit 24aa6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/src/vis-packs/core/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export function useMappedArrays(
values: NumArray[],
dims: number[],
mapping: DimensionMapping,
autoScale?: boolean,
): NdArray<NumArray>[];

export function useMappedArrays(
Expand Down

0 comments on commit 24aa6e3

Please sign in to comment.