This commit is contained in:
2024-05-12 18:00:01 -04:00
parent 67cb5f82a9
commit 107858c363
8 changed files with 452 additions and 150 deletions

View File

@ -13,7 +13,7 @@ export default class MapRoute extends Component {
return (
<div className="container">
<NavBar />
<MapComponent socketHandler={this.props.socket} />
<MapComponent socket={this.props.socket} />
</div>
);
}