Skip to content
Snippets Groups Projects
Commit 12fc39c7 authored by Joni Laukka's avatar Joni Laukka
Browse files

Removed ','

parent 9bb3a45f
No related branches found
No related tags found
3 merge requests!21Development,!15Get game creation to user-marker-database-interactions,!13Resolve "Pelinluontilomake"
...@@ -19,7 +19,7 @@ class App extends Component { ...@@ -19,7 +19,7 @@ class App extends Component {
const initialPosition = [this.state.lat, this.state.lng]; const initialPosition = [this.state.lat, this.state.lng];
return ( return (
<div> <div>
<UserMap position={initialPosition} zoom={this.state.zoom} />, <UserMap position={initialPosition} zoom={this.state.zoom} />
<Header /> <Header />
</div> </div>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment