in src/app/content-custom-field-activity.js [159:167]
renderSimpleValueChange(activity, presentValue) {
return (
<span>
{presentValue(activity.removed)}
{' \u27F6 '}
{presentValue(activity.added)}
</span>
);
}