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)} + /> + ))} )