Update MobileMenu.tsx

This commit is contained in:
zsviczian
2022-03-11 11:49:18 +01:00
committed by GitHub
parent 554985f749
commit e3a78fe5df

View File

@@ -207,7 +207,8 @@ export const MobileMenu = ({
.map(([clientId, client]) => (
<React.Fragment key={clientId}>
{actionManager.renderAction(
"goToCollaborator", {
"goToCollaborator",
{
id: clientId,
}
)}