Skip to content

Commit

Permalink
Update ExtraToolbarButtons.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qftgtr committed Sep 9, 2021
1 parent 5e54f5d commit 3d542c1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3d542c1

Please sign in to comment.