@strawberry-3.141 said in Compliments not displaying:
@l1613532 this code isn’t working properly, you have to do
if (this.config.remoteFile != null) {
var self = this;
this.complimentFile(
function(response){
self.config.compliments = JSON.parse(response);
});
}
Tank you so much for this response. My Zero (non-W) was also suddenly not displaying compliments as well and I was trying to figure it out all week!