Beta apps typo fix

Former-commit-id: 48662c537e011bca54edbdcf99433aa934507bd5
This commit is contained in:
Jaco Greeff 2016-11-19 00:03:14 +01:00
parent 5ce41da9b2
commit d14fb2c06c
1 changed files with 1 additions and 1 deletions

View File

@ -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);