remove ids

This commit is contained in:
counterweight 2025-04-09 18:16:43 +02:00
parent 2ca02bad80
commit 971282f01f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 0 additions and 2 deletions

View file

@ -158,7 +158,6 @@ class CreateOfferModal {
this.trustCheckboxes.render();
const otherDiv = document.createElement('div');
otherDiv.id = 'other-area';
otherDiv.className = 'create-offer-step';
const otherHeading = document.createElement('h3');
otherHeading.textContent = 'Extras';