From f491d9daba051b914b653cb170958301df48b8a5 Mon Sep 17 00:00:00 2001 From: yessenia Date: Mon, 9 Mar 2026 15:54:44 +0800 Subject: [PATCH] refactor: simplify PortalToFollowElemContent structure in SubmitRequestDropdown for improved readability --- .../plugins/plugin-page/nav-operations.tsx | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/web/app/components/plugins/plugin-page/nav-operations.tsx b/web/app/components/plugins/plugin-page/nav-operations.tsx index 72d64a4bae..dd20312384 100644 --- a/web/app/components/plugins/plugin-page/nav-operations.tsx +++ b/web/app/components/plugins/plugin-page/nav-operations.tsx @@ -86,18 +86,16 @@ export const SubmitRequestDropdown = () => { - -
- {getOptions(docLink).map(option => ( - setOpen(false)} - /> - ))} -
+ + {getOptions(docLink).map(option => ( + setOpen(false)} + /> + ))} )