Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Jun 26, 2024
1 parent dff6ede commit e9c279e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/coremods/contextMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type {
import { Logger } from "../../modules/logger";
import { ContextMenu as ContextComponents } from "../../modules/components";


const logger = Logger.api("ContextMenu");

export const menuItems = {} as Record<
Expand Down Expand Up @@ -115,7 +114,6 @@ export function _buildPatchedMenu(menu: ContextMenuData): React.ReactElement | n
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (!menuItems[navId] || !MenuGroup) return <ContextMenu {...menu} plugged={true} />;


// The data as passed as Arguments from the calling function, so we just grab what we want from it
const data = menu.data[0];

Expand Down

0 comments on commit e9c279e

Please sign in to comment.