parent
60470b653a
commit
b2b9172c92
|
@ -10,7 +10,7 @@ function formatPreferredWordScore(input, customFormatsLength = 0) {
|
|||
return score;
|
||||
}
|
||||
|
||||
return customFormatsLength > 0 ? '+1' : '';
|
||||
return customFormatsLength > 0 ? '+0' : '';
|
||||
}
|
||||
|
||||
export default formatPreferredWordScore;
|
||||
|
|
Loading…
Reference in New Issue