Skip to content

Commit

Permalink
chore: hide polymer, nanotube options
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 29, 2023
1 parent 17169d3 commit 947fee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header_menu/HeaderMenuToolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ class HeaderMenuToolbar extends React.Component {
</ListItemIcon>
Boundary Conditions
</MenuItem>
<MenuItem disabled>
<MenuItem disabled hidden>
<ListItemIcon>
<PolymerIcon />
</ListItemIcon>
Polymer
</MenuItem>
<MenuItem disabled>
<MenuItem disabled hidden>
<ListItemIcon>
<NanotubeIcon />
</ListItemIcon>
Expand Down

0 comments on commit 947fee0

Please sign in to comment.