some cleanup

This commit is contained in:
nathan 2022-01-19 13:18:41 -07:00
parent 96c174d483
commit ac808f96e0

View File

@ -119,7 +119,6 @@ li {
render()
{
let label = "";
if(!this.value)
{
return this._readonlyRender({label: this.empty_text, value: ""});
@ -264,7 +263,6 @@ export class Et2SelectBitwiseReadonly extends Et2SelectReadonly
return this._readonlyRender(option);
})}
</ul>`;
return
}
}