diff --git a/frontend/src/Metamaps/Map/InfoBox.js b/frontend/src/Metamaps/Map/InfoBox.js index 5fced292..b6537a14 100644 --- a/frontend/src/Metamaps/Map/InfoBox.js +++ b/frontend/src/Metamaps/Map/InfoBox.js @@ -300,7 +300,7 @@ const InfoBox = { string += '' if (activeMapperIsCreator) { - string += '
' + string += '
' } return string },