Browse Source

hard code conditional to allow sync to remain there

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
15e1c4d1ff
  1. 3
      app/containers/Root.js

3
app/containers/Root.js

@ -27,7 +27,8 @@ const Root = ({
syncPercentage
}) => {
// If we are syncing show the syncing screen
if (lnd.syncing) {
// if (lnd.syncing) {
if (true) {
return (
<LndSyncing
fetchBlockHeight={fetchBlockHeight}

Loading…
Cancel
Save