diff --git a/src/js/components/TaskListComponent.jsx b/src/js/components/TaskListComponent.jsx index fda13c116..014084ecf 100644 --- a/src/js/components/TaskListComponent.jsx +++ b/src/js/components/TaskListComponent.jsx @@ -163,7 +163,7 @@ var TaskListComponent = React.createClass({ }); var idClassSet = classNames({ - "cell-highlighted": state.sortKey === "id" + "cell-highlighted": state.sortKey === "host" }); var statusClassSet = classNames("text-center", { @@ -207,9 +207,9 @@ var TaskListComponent = React.createClass({ onChange={props.toggleAllTasks} /> - - ID {this.getCaret("id")} + ID {this.getCaret("host")} diff --git a/src/js/components/TaskListItemComponent.jsx b/src/js/components/TaskListItemComponent.jsx index 0f7001cfa..9a409af33 100644 --- a/src/js/components/TaskListItemComponent.jsx +++ b/src/js/components/TaskListItemComponent.jsx @@ -202,7 +202,7 @@ var TaskListItemComponent = React.createClass({ } var idClassSet = classNames({ - "cell-highlighted": sortKey === "id" + "cell-highlighted": sortKey === "host" }); var versionClassSet = classNames("text-right", {