mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector_Frontend
synced 2023-05-06 14:40:17 +03:00
fix
This commit is contained in:
parent
bcee2da91f
commit
324c35f7f4
@ -16,7 +16,7 @@ const LanguageComponent = ({
|
||||
return (
|
||||
<>
|
||||
<IconButton
|
||||
aria-controls="menu-appbar"
|
||||
aria-controls="language-menu"
|
||||
aria-haspopup="true"
|
||||
onClick={onMenuOpen}
|
||||
color="inherit"
|
||||
|
@ -9,7 +9,7 @@ const LanguageMenu = ({ anchorEl, onLanguageChange, onClose }) => {
|
||||
|
||||
return (
|
||||
<Menu
|
||||
id="menu-appbar"
|
||||
id="language-menu"
|
||||
anchorEl={anchorEl}
|
||||
anchorOrigin={{
|
||||
vertical: "top",
|
||||
|
Loading…
x
Reference in New Issue
Block a user