Skip to content

Commit

Permalink
Fix: postRender automatically setting blank component as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirodoherty-learningpool committed Nov 16, 2022
1 parent 0f5600d commit 8b78fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/blankView.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class BlankView extends ComponentView {

postRender() {
this.setReadyStatus();
this.setupInviewCompletion();
this.setCompletionStatus();
}

}

0 comments on commit 8b78fc1

Please sign in to comment.