Skip to content

Commit

Permalink
fix: remove divider from plain data source submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jun 22, 2023
1 parent fa031c8 commit df05a0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/DownloadMenu/PlainDataSourceSubMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ export const PlainDataSourceSubMenu = ({

return (
<MenuItemComponent label={label} {...menuItemProps}>
<MenuSectionHeader label={i18n.t('Metadata ID scheme')} />
<MenuSectionHeader
label={i18n.t('Metadata ID scheme')}
hideDivider
/>
<MenuItemComponent
label={i18n.t('ID')}
onClick={() =>
Expand Down

0 comments on commit df05a0e

Please sign in to comment.