diff --git a/ReviewStatus.js b/ReviewStatus.js index f2626fd..b77e4b0 100644 --- a/ReviewStatus.js +++ b/ReviewStatus.js @@ -22,9 +22,9 @@ class ReviewStatus { // modules/ext.pageTriage.views.toolbar/images/icons/ if ( boolIsReviewed ) { - htmlToInsert = ` `; + htmlToInsert = ` `; } else { - htmlToInsert = ` `; + htmlToInsert = ` `; } if ( this.pageHasSections() ) {