Skip to content

Commit

Permalink
remove duplicate property
Browse files Browse the repository at this point in the history
  • Loading branch information
srgooglo committed Oct 10, 2023
1 parent 1cb5152 commit ec38ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/src/pages/settings/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const generateMenuItems = () => {
{createIconRender(item.icon ?? "Settings")}
{item.label}
</div>,
type: "item",
danger: item.danger,
disabled: item.disabled,
}
Expand Down

0 comments on commit ec38ff6

Please sign in to comment.