Skip to content

Commit

Permalink
Merge pull request #173 from bitdefender/DEX-19615-creators
Browse files Browse the repository at this point in the history
fix: adding id for tos
  • Loading branch information
imantescu authored Aug 28, 2024
2 parents b05e59a + 6a864e0 commit 32e42b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _src/blocks/terms/terms.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default async function decorate(block, options) {
block.closest('.section').id = 'tos';

if (options) {
// eslint-disable-next-line no-param-reassign
block = block.querySelector('.block');
Expand Down

0 comments on commit 32e42b8

Please sign in to comment.