0
0
Fork 0

Make missing artist profile pictures a default & remove click for more info on popularity

This commit is contained in:
Tyler-A 2020-07-06 00:15:58 -06:00
parent 43964e38df
commit fb58e20f7a
7 changed files with 39 additions and 11 deletions

View file

@ -13,7 +13,7 @@ function get_button_text () {
else if (this.count > 50) {
this.error.main = `Cannot get more than 50 ${this.type.toLowerCase()}`;
return false;
}
};
this.error.main = ``;
return this.type;
};