Your IP : 18.222.118.188


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/timeline/src/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/timeline/src/fieldschange.js

import {Tag} from 'main.core';
import {History} from './history';

export class FieldsChange extends History
{
	renderMain(): Element
	{
		let fieldsChange = this.renderFieldsChange();
		if(!fieldsChange)
		{
			fieldsChange = '';
		}
		return Tag.render`<div class="ui-item-detail-stream-content-detail">
			${fieldsChange}
		</div>`;
	}
}