We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54ebfd1 + 8d482ac commit 9a44c5eCopy full SHA for 9a44c5e
client/src/containers/Level.js
@@ -107,7 +107,6 @@ class Level extends React.Component {
107
render() {
108
const { level, levelCompleted } = this.props;
109
const { submittedIntance } = this.state;
110
-
111
var [levelData, selectedLevel] = getlevelsdata(this.props, "levelPage");
112
113
if (!level) return null;
client/src/index.js
@@ -53,6 +53,7 @@ if (!window.ethereum) {
53
} else {
54
const accountConnectionWindow = document.querySelectorAll('.account-connection-window-bg');
55
if (accountConnectionWindow[0]) accountConnectionWindow[0].style.display = 'block';
56
+ store.dispatch(actions.loadGamedata());
57
}
58
});
59
0 commit comments