Merge branch 'sprint-3' into filter-sort

This commit is contained in:
Kara Hoagland
2022-12-01 16:29:09 -08:00
committed by GitHub
6 changed files with 95 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ function setupUpdate(){
while (tagContainer.firstChild) {
tagContainer.removeChild(tagContainer.firstChild);
}
let tagSetVal;
for (let i = 0; i < currReview["tags"].length; i++) {
tagSetVal = currReview["tags"][i].toLowerCase()