remove completed TODO comments

This commit is contained in:
David Tsay 2020-03-20 17:08:55 -07:00
parent f04b5b689e
commit 60fce4a003
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export default class ConditionSetViewProvider {
this.openmct = openmct;
this.name = 'Conditions View';
this.key = 'conditionSet.view';
this.cssClass = 'icon-conditional'; // TODO: replace with class for new icon
this.cssClass = 'icon-conditional';
}
canView(domainObject) {

View File

@ -35,7 +35,7 @@ export default function ConditionPlugin() {
key: 'conditionSet',
description: 'A set of one or more conditions based on user-specified criteria.',
creatable: true,
cssClass: 'icon-conditional', // TODO: replace with class for new icon
cssClass: 'icon-conditional',
initialize: function (domainObject) {
domainObject.configuration = {
conditionCollection: [{