forked from MapComplete/MapComplete
Small fixes
This commit is contained in:
parent
81ba9973e7
commit
0789abf65e
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ export default class AttributionPanel extends Combine {
|
|||
const links = sorted.map(kv => `<a href="https://openstreetmap.org/user/${kv.name}" target="_blank">${kv.name}</a>`)
|
||||
const contribs = links.join(", ")
|
||||
|
||||
if (hiddenCount == 0) {
|
||||
if (hiddenCount <= 0) {
|
||||
return Translations.t.general.attribution.mapContributionsBy.Subs({
|
||||
contributors: contribs
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue