Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
scottarver authored Nov 28, 2023
1 parent 8c47ac5 commit 107e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/victory-axis/src/helper-methods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const isEqual = (a, b) => {
return a.getTime() === b.getTime();
}
return a === b;
}
};

// eslint-disable-next-line complexity
const getOffset = (props, calculatedValues) => {
Expand Down

0 comments on commit 107e9e0

Please sign in to comment.