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 f84d002 commit 526c899Copy full SHA for 526c899
1 file changed
assets/js/widgets/todo.js
@@ -67,8 +67,8 @@ const prplTodoWidget = {
67
prplSuggestedTask.injectedItemIds.push( item.id );
68
}
69
);
70
- prplTodoWidget.removeLoadingItems();
71
+ prplTodoWidget.removeLoadingItems();
72
} else {
73
// Otherwise, inject tasks from the API.
74
prplSuggestedTask
0 commit comments