Remove another double semicolons

This commit is contained in:
Naasir
2025-12-08 13:40:23 +05:30
parent 96b261b349
commit ed9d9b3620

View File

@@ -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();