We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6a797 commit 3a344ffCopy full SHA for 3a344ff
src/pages/sync.js
@@ -26,7 +26,7 @@ export default class Sync extends Component {
26
}
27
28
render() {
29
- return this.context.acc !== undefined ? (
+ return this.context.acc !== null ? (
30
<Redirect to={`/tz/${this.context.getProxy() || this.context.acc.address}`} />
31
) : (
32
<Page title="">
0 commit comments