Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
floo51 committed Jun 28, 2024
1 parent 28115c6 commit efbc2f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/admin/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const SubMenuItem = ({ name }: { name: string }) => {
if (!resources || !resources[name]) return null;
return (
<MenuItemLink
onPointerEnterCapture={() => {}}
onPointerLeaveCapture={() => {}}
to={createPath({
resource: name,
type: "list",
Expand Down Expand Up @@ -116,8 +114,6 @@ const CustomMenu = () => {
{Object.keys(resourcesByMenu).map((menu) => {
return [
<MenuItemLink
onPointerEnterCapture={() => {}}
onPointerLeaveCapture={() => {}}
key={`menu-${menu}`}
primaryText={
<Box
Expand Down

0 comments on commit efbc2f3

Please sign in to comment.