From 0923efeedc1dc77350577e7295dbce952ee97ee4 Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 19 Mar 2024 15:44:24 -0600 Subject: [PATCH] refactor: don't be lazy --- src/components/react/Menu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/react/Menu.jsx b/src/components/react/Menu.jsx index 0e453a51e5..80390dd6d2 100644 --- a/src/components/react/Menu.jsx +++ b/src/components/react/Menu.jsx @@ -366,7 +366,7 @@ const MegaMenuItem = ({ children, title, containerCss }) => ( ); const ListItem = React.forwardRef(({ className, children, title, ...props }, forwardedRef) => ( -
  • +