Merge pull request #3533 from ethcore/jg-fix-dapps-edit
[beta] apps typo fix Former-commit-id: da1cf99476f290b9a995cf2989d0f8f49617e20e
This commit is contained in:
commit
0e8f459b61
@ -60,7 +60,7 @@ export default class AddDapps extends Component {
|
||||
|
||||
renderApp = (app) => {
|
||||
const { store } = this.props;
|
||||
const isHidden = store.hidden.includes(app.id);
|
||||
const isHidden = store.hiddenApps.includes(app.id);
|
||||
const onCheck = () => {
|
||||
if (isHidden) {
|
||||
store.showApp(app.id);
|
||||
|
Loading…
Reference in New Issue
Block a user