We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d525463 commit c9fd848Copy full SHA for c9fd848
src/models/hasTimes.js
@@ -110,6 +110,8 @@ class hasTimes extends Base {
110
if ( //
111
// skip if description parsing is disabled
112
this.config.get('_skipDescriptionParsing') ||
113
+ // or time stats are not available
114
+ !this.data.time_stats || !this.data.time_stats.total_time_spent ||
115
// or the total time matches
116
!this.data.time_stats ||
117
totalTimeSpent === this.data.time_stats.total_time_spent ||
0 commit comments