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 e564fca commit 91189f1Copy full SHA for 91189f1
1 file changed
assets/js/widgets/suggested-tasks.js
@@ -42,8 +42,9 @@ const prplSuggestedTasksWidget = {
42
);
43
}
44
45
- // Inject the pending celebration tasks.
+ // Inject the pending celebration tasks, but only on Progress Planner dashboard page.
46
if (
47
+ ! prplSuggestedTask.delayCelebration &&
48
Object.keys( prplSuggestedTask.tasks.pendingCelebrationTasks )
49
.length
50
) {
0 commit comments