diff --git a/client/src/components/MapTiles.jsx b/client/src/components/MapTiles.jsx index c401f135b..0f957f1a3 100644 --- a/client/src/components/MapTiles.jsx +++ b/client/src/components/MapTiles.jsx @@ -5,6 +5,7 @@ import Gym from './gyms/Gym.jsx' import Pokestop from './pokestops/Pokestop.jsx' import Pokemon from './pokemon/Pokemon.jsx' import Nav from './layout/Nav.jsx' +import Spawnpoint from './spawnpoints/Spawnpoint.jsx' const MapTiles = ({ map, settings }) => { const [bounds, setBounds] = useState({ @@ -50,10 +51,11 @@ const MapTiles = ({ map, settings }) => { url="https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}{r}.png" /> + {selected.Devices && } {selected.Gyms && } {selected.Pokestops && } {selected.Pokemon && } - {selected.Devices && } + {selected.Spawnpoints && }