Add pagination history to bisq transactions and blocks page.

This commit is contained in:
softsimon
2020-08-07 13:11:55 +07:00
parent e4a296ba84
commit 8ff8e6dbb9
7 changed files with 42 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ export class StateService {
}
setNetworkBasedonUrl(url: string) {
switch (url.split('/')[1]) {
switch (url.split(/\/|\?|#/)[1]) {
case 'liquid':
if (this.network !== 'liquid') {
this.network = 'liquid';