Skip to content

Commit 3a344ff

Browse files
author
crzypatchwork
committed
latest
1 parent 2d6a797 commit 3a344ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class Sync extends Component {
2626
}
2727

2828
render() {
29-
return this.context.acc !== undefined ? (
29+
return this.context.acc !== null ? (
3030
<Redirect to={`/tz/${this.context.getProxy() || this.context.acc.address}`} />
3131
) : (
3232
<Page title="">

0 commit comments

Comments
 (0)