diff --git a/package.json b/package.json
index caf42b6c9..32d3e8fd1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reactmap",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "React based frontend map.",
"main": "ReactMap.js",
"author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>",
diff --git a/src/components/tiles/Gym.jsx b/src/components/tiles/Gym.jsx
index c02d8d63c..4a06ce1b7 100644
--- a/src/components/tiles/Gym.jsx
+++ b/src/components/tiles/Gym.jsx
@@ -114,7 +114,7 @@ const GymTile = ({
{showCircles && (
)}
diff --git a/src/components/tiles/Pokemon.jsx b/src/components/tiles/Pokemon.jsx
index 3fb755d4b..634ca6bb1 100644
--- a/src/components/tiles/Pokemon.jsx
+++ b/src/components/tiles/Pokemon.jsx
@@ -159,7 +159,7 @@ const PokemonTile = ({
{showCircles && (
)}
diff --git a/src/components/tiles/Pokestop.jsx b/src/components/tiles/Pokestop.jsx
index 58957ab83..a59059b0b 100644
--- a/src/components/tiles/Pokestop.jsx
+++ b/src/components/tiles/Pokestop.jsx
@@ -104,7 +104,7 @@ const PokestopTile = ({
{showCircles && (
)}
@@ -112,7 +112,7 @@ const PokestopTile = ({
)}