Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
javizqh committed Jan 10, 2025
1 parent b88fb43 commit 4ce073e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { ReactComponent as ActionIcon } from "./img/action.svg";
import FileIcon from "./FileIcon.jsx";
import { OptionsContext } from "../../options/Options";
import { ContextMenuProps } from "./MoreActionsMenu";
import {
getActionFrame,
} from "../../helper/TreeEditorHelper";
import { getActionFrame } from "../../helper/TreeEditorHelper";

interface Entry {
name: string;
Expand Down Expand Up @@ -79,7 +77,7 @@ function TreeNode({
menuProps.showMoreActionsMenu(
e,
node,
parentGroup === "" ? group : parentGroup
parentGroup === "" ? group : parentGroup,
);
}}
/>
Expand Down

0 comments on commit 4ce073e

Please sign in to comment.