Commit 55e00747 authored by Clement Ho's avatar Clement Ho

[skip ci] Fix time tracking time spent rendering

parent 89ab47cd
......@@ -27,7 +27,7 @@ export default class SidebarStore {
this.timeEstimate = data.time_estimate;
this.totalTimeSpent = data.total_time_spent;
this.humanTimeEstimate = data.human_time_estimate;
this.humanTimeSpent = data.human_time_spent;
this.humanTotalTimeSpent = data.human_total_time_spent;
}
addAssignee(assignee) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment