Fix useless props to dom
This commit is contained in:
@@ -35,7 +35,6 @@ function StyledMenu(props) {
|
|||||||
return (
|
return (
|
||||||
<Menu
|
<Menu
|
||||||
elevation={0}
|
elevation={0}
|
||||||
getContentAnchorEl={null}
|
|
||||||
anchorOrigin={{
|
anchorOrigin={{
|
||||||
vertical: 'bottom',
|
vertical: 'bottom',
|
||||||
horizontal: 'center'
|
horizontal: 'center'
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ function StyledMenu(props) {
|
|||||||
return (
|
return (
|
||||||
<Menu
|
<Menu
|
||||||
elevation={0}
|
elevation={0}
|
||||||
getContentAnchorEl={null}
|
|
||||||
anchorOrigin={{
|
anchorOrigin={{
|
||||||
vertical: 'top',
|
vertical: 'top',
|
||||||
horizontal: 'center'
|
horizontal: 'center'
|
||||||
|
|||||||
Reference in New Issue
Block a user