Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
qftgtr committed Sep 9, 2021
2 parents b139869 + 3d542c1 commit 96423a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"react": "^17.0.1",
"react-app-rewired": "^2.1.8",
"react-dom": "^17.0.1",
"react-json-view": "^1.21.3",
"react-router": "^5.2.0",
"react-router-cache-route": "^1.11.0",
"react-router-dom": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Routes/Explorer/ExtraToolbarButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class FaucetButton extends PureComponent {
}

render () {
if (this.props.network !== 'bsn-testnet') {
if (this.props.network !== 'bsc-testnet') {
return null
}
return (
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15956,16 +15956,6 @@ react-json-view@ObsidianLabs/react-json-view#obsidians:
react-lifecycles-compat "^3.0.4"
react-textarea-autosize "^8.3.2"

react-json-view@^1.21.3:
version "1.21.3"
resolved "https://registry.yarnpkg.com/react-json-view/-/react-json-view-1.21.3.tgz#f184209ee8f1bf374fb0c41b0813cff54549c475"
integrity sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==
dependencies:
flux "^4.0.1"
react-base16-styling "^0.6.0"
react-lifecycles-compat "^3.0.4"
react-textarea-autosize "^8.3.2"

react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
Expand Down

0 comments on commit 96423a1

Please sign in to comment.