mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
Remove another double semicolons
This commit is contained in:
@@ -44,7 +44,7 @@ export default class extends EnumFieldView {
|
||||
const data = super.data();
|
||||
|
||||
data.valueIsSet = this.model.has('inboundEmailId');
|
||||
data.isNotEmpty = this.model.has('inboundEmailId');;
|
||||
data.isNotEmpty = this.model.has('inboundEmailId');
|
||||
|
||||
data.value = this.getValueForDisplay();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user