Beta apps typo fix
Former-commit-id: 48662c537e011bca54edbdcf99433aa934507bd5
This commit is contained in:
parent
5ce41da9b2
commit
d14fb2c06c
@ -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