Commit 33c20468 authored by Fatih Acet's avatar Fatih Acet

IssueNotesRefactor: Check existence of command changes for time tracking.

parent 99b82a07
...@@ -248,7 +248,7 @@ const actions = { ...@@ -248,7 +248,7 @@ const actions = {
}); });
} }
if (commandsChanges.spend_time || commandsChanges.time_estimate) { if (commandsChanges.spend_time != null || commandsChanges.time_estimate != null) {
sidebarTimeTrackingEventHub.$emit('timeTrackingUpdated', res); sidebarTimeTrackingEventHub.$emit('timeTrackingUpdated', res);
} }
} }
......
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