Skip to content

Commit 526c899

Browse files
committed
move remove loading code
1 parent f84d002 commit 526c899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/widgets/todo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ const prplTodoWidget = {
6767
prplSuggestedTask.injectedItemIds.push( item.id );
6868
}
6969
);
70-
prplTodoWidget.removeLoadingItems();
7170
}
71+
prplTodoWidget.removeLoadingItems();
7272
} else {
7373
// Otherwise, inject tasks from the API.
7474
prplSuggestedTask

0 commit comments

Comments
 (0)