Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lansami committed Oct 2, 2023
1 parent ad566a2 commit 0edbc28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function buildTableHeader(block) {
function setBuyButtonsToPrimary(columnHeaders) {
columnHeaders.forEach((columnHeader) => {
columnHeader.querySelectorAll('.button-container')
.forEach((button) => button.classList.add('red'))
.forEach((button) => button.classList.add('red'));
});
}

Expand Down

0 comments on commit 0edbc28

Please sign in to comment.