mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 08:27:20 +00:00
added stars back
This commit is contained in:
@@ -142,7 +142,7 @@ class ReviewCard extends HTMLElement {
|
||||
for (let i = 0; i < data['tags'].length; i++) {
|
||||
let newTag = document.createElement('label');
|
||||
newTag.setAttribute('class','tag');
|
||||
newTag.innerHTML = data['tags'][i] + " ";
|
||||
newTag.innerHTML = data['tags'][i] + " ";
|
||||
tagContainer.append(newTag);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user