forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
8178c5607b
commit
cd0d275965
73 changed files with 2105 additions and 2219 deletions
|
@ -16,7 +16,7 @@ export default class IconValidator extends Validator {
|
|||
}
|
||||
|
||||
getFeedback(s: string, getCountry, sloppy?: boolean): Translation | undefined {
|
||||
if(Utils.isEmoji(s)){
|
||||
if (Utils.isEmoji(s)) {
|
||||
return undefined
|
||||
}
|
||||
s = this.reformat(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue