Skip to content

Commit

Permalink
Merge pull request #282 from steffenslavetinsky/bug/timeseries-lens-s…
Browse files Browse the repository at this point in the history
…ettings-icon

Bug/timeseries lens settings icon
  • Loading branch information
Renumics authored Oct 20, 2023
2 parents 5ad4895 + 5560e9a commit 00dbbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lenses/SequenceLens/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const MenuBar: FunctionComponent<Props> = ({
return (
<Styles>
<div data-test-tag="sequenceview-settings-dropdown">
<Dropdown content={settingsMenu} tw="p-4">
<Dropdown content={settingsMenu}>
<SettingsIcon />
</Dropdown>
</div>
Expand Down

0 comments on commit 00dbbd4

Please sign in to comment.