diff --git a/frontend/src/components/userDetail/elementsMapped.js b/frontend/src/components/userDetail/elementsMapped.js index 1a4da1ef7b..72c9a58126 100644 --- a/frontend/src/components/userDetail/elementsMapped.js +++ b/frontend/src/components/userDetail/elementsMapped.js @@ -146,12 +146,12 @@ export const ElementsMapped = ({ userStats, osmStats }) => { } description={} - value={osmStats.total_poi_count_add || 0} + value={osmStats.total_poi_count_add || '-'} /> } description={} - value={osmStats.total_waterway_km_add || 0} + value={osmStats.total_waterway_km_add || '-'} />