diff --git a/src/app/components/swap-panel-component.js b/src/app/components/swap-panel-component.js index 485a9027a1..47e0ebb359 100644 --- a/src/app/components/swap-panel-component.js +++ b/src/app/components/swap-panel-component.js @@ -36,7 +36,7 @@ class SwapPanelComponent { this.contents[moduleName].style.display = 'block' this.currentNode = moduleName var api = this.store.getOne(moduleName) - this.header.innerHTML = api.profile ? api.profile.displayName : ' - ' + this.header.querySelector('h6').innerHTML = api.profile ? api.profile.displayName : ' - ' return } } @@ -59,7 +59,7 @@ class SwapPanelComponent {