Albums page data and CSS
This commit is contained in:
parent
314bac4de5
commit
d581d87f89
8 changed files with 89 additions and 10 deletions
|
@ -15,7 +15,7 @@ function Artist({ props, callback }) {
|
|||
|
||||
useEffect(() => {
|
||||
let stars = []
|
||||
for (let i=0; i<Math.floor(props.popularity/20); i++) {
|
||||
for (let i=0; i<Math.ceil(props.popularity/20); i++) {
|
||||
stars.push(star)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue