Skip to content

Commit

Permalink
fix: ui.js, path fix
Browse files Browse the repository at this point in the history
version: 3.3.1-0.34.1
  • Loading branch information
diva-exchange committed Aug 13, 2022
1 parent 3df565d commit 3bf7f25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diva.exchange/explorer",
"version": "3.3.0-0.34.1",
"version": "3.3.1-0.34.1",
"description": "diva - Distributed value exchange upholding security, reliability and privacy",
"keywords": [
"blockchain",
Expand Down
1 change: 1 addition & 0 deletions static/js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Ui {
Ui._initWebsocket();

switch (p) {
case '':
case '/':
case '/ui/blocks':
Ui._fetchBlocks(1);
Expand Down
2 changes: 1 addition & 1 deletion static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0-0.34.1
3.3.1-0.34.1

0 comments on commit 3bf7f25

Please sign in to comment.