Skip to content

Commit

Permalink
chore: remove prop as it is not needed in MUI v5
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Nov 17, 2024
1 parent 949c3d8 commit b2bc53f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TopAppBar/TopAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class TopAppBar extends Component {
anchorEl={anchorEl}
open={Boolean(anchorEl)}
onClose={() => this.handleClose()}
getContentAnchorEl={null}
anchorOrigin={{ vertical: 'bottom', horizontal: 'right' }}
transformOrigin={{ vertical: 'top', horizontal: 'right' }}
>
Expand Down

0 comments on commit b2bc53f

Please sign in to comment.