2👍
✅
There’s a semi-colon appearing before a closing brace ;)
. Making the assumption that this is a Vue template, semi-colons do not belong within Vue’s template syntax.
_s(getItemValue(item, field) ? getItemValue(item, field) : '–';)
^^ Here
Source:stackexchange.com