Skip to content

Commit

Permalink
chore: lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Dec 4, 2023
1 parent 1e092ca commit 709354d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/NodeActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const NodeActions: React.FC<{nodeProps: NodeProps}> = ({nodeProps}) => {
// eslint-disable-next-line @typescript-eslint/no-shadow
React.forwardRef(function OpenLinkInner(
restProps: React.ComponentProps<typeof IntentLink>,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_ref: React.ForwardedRef<HTMLAnchorElement>
) {
return (
Expand Down
1 change: 0 additions & 1 deletion src/utils/getCommonTreeProps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function getCommonTreeProps({
treeNodeRenderer: TreeNodeRenderer,
style: {height: '100%'},
innerStyle: undefined,
//TODO: check if this is needed
scaffoldBlockPxWidth: 44,
slideRegionSize: 100
// rowHeight: ROW_HEIGHT,
Expand Down

0 comments on commit 709354d

Please sign in to comment.