Adding current language to network dropdown links

fixes  #1094
This commit is contained in:
softsimon
2022-01-10 15:50:21 +04:00
parent 39c5393e3b
commit 4ca730697c
13 changed files with 76 additions and 45 deletions

View File

@@ -12,7 +12,6 @@ import { RelativeUrlPipe } from 'src/app/shared/pipes/relative-url/relative-url.
selector: 'app-mempool-blocks',
templateUrl: './mempool-blocks.component.html',
styleUrls: ['./mempool-blocks.component.scss'],
providers: [RelativeUrlPipe],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class MempoolBlocksComponent implements OnInit, OnDestroy {