Fix lint errors

This commit is contained in:
Quincy Morgan
2020-09-24 11:35:38 -04:00
parent 4d51713253
commit 9a8cae70d2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ export function uiFieldLocalized(field, context) {
var sTag = s.id.split('/', 2);
var sKey = sTag[0];
var sValue = sTag[1];
var subtitle = s.subtitle()
var subtitle = s.subtitle();
var name = s.name();
if (subtitle) name += ' ' + subtitle;
var dist = utilEditDistance(value, name.substring(0, value.length));