Make missing artist profile pictures a default & remove click for more info on popularity
This commit is contained in:
parent
43964e38df
commit
fb58e20f7a
7 changed files with 39 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue