Browse Source

fix(link base): hard code link base

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
f2c57d116c
  1. 4
      app/routes/channels/components/Channels.js

4
app/routes/channels/components/Channels.js

@ -87,7 +87,7 @@ class Channels extends Component {
channel={channel} channel={channel}
ticker={ticker} ticker={ticker}
currentTicker={currentTicker} currentTicker={currentTicker}
explorerLinkBase={explorerLinkBase} explorerLinkBase={'https://testnet.smartbit.com.au/'}
/> />
) )
} else if (Object.prototype.hasOwnProperty.call(channel, 'closing_txid')) { } else if (Object.prototype.hasOwnProperty.call(channel, 'closing_txid')) {
@ -97,7 +97,7 @@ class Channels extends Component {
channel={channel} channel={channel}
ticker={ticker} ticker={ticker}
currentTicker={currentTicker} currentTicker={currentTicker}
explorerLinkBase={explorerLinkBase} explorerLinkBase={'https://testnet.smartbit.com.au/'}
/> />
) )
} }

Loading…
Cancel
Save