[+] Use showRating in course-head

This commit is contained in:
Hykilpikonna
2020-04-27 03:26:01 -04:00
parent 8735237626
commit cb05b8be96
@@ -117,7 +117,7 @@
*/ */
get displayRate() get displayRate()
{ {
return this.clickable && Constants.CURRENT_TERM == 3; return this.clickable && App.instance.showRating;
} }
/** /**