Skip to content

Commit cd7bbc7

Browse files
committed
remove places text
1 parent 5b4ef42 commit cd7bbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/maps/mapTile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default function MapTile({
225225
{map.accepted && (
226226
<span>
227227
<FaMapMarkerAlt size={12} />
228-
&nbsp;{formatNumber(map.locations, 2)} places
228+
&nbsp;{formatNumber(map.locations, 2)}
229229
</span>
230230
)}
231231
</div>

0 commit comments

Comments
 (0)