style: if-else block

This commit is contained in:
Richard Shiue 2022-09-09 17:58:06 +08:00
parent a4d1c614ac
commit 0ef3247076

View File

@ -146,8 +146,7 @@ class SelectOptionCellEditorBloc
return name.contains(lFilter); return name.contains(lFilter);
}); });
} } else {
else {
createOption = none(); createOption = none();
} }
}); });