anchor
This commit is contained in:
parent
3e9c031446
commit
8449b74dc7
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ class CreateOfferModal {
|
||||||
this.buyOrSellButtonGroup.render();
|
this.buyOrSellButtonGroup.render();
|
||||||
controls.appendChild(buyOrSellDiv);
|
controls.appendChild(buyOrSellDiv);
|
||||||
|
|
||||||
|
breaks();
|
||||||
|
//Continue moving components up here
|
||||||
const premiumDiv = document.createElement('div');
|
const premiumDiv = document.createElement('div');
|
||||||
premiumDiv.id = 'premium-area';
|
premiumDiv.id = 'premium-area';
|
||||||
premiumDiv.className = 'create-offer-step';
|
premiumDiv.className = 'create-offer-step';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue