Skip to content

Commit

Permalink
Merge branch 'fix/showing-xtz-nfts' into 'develop'
Browse files Browse the repository at this point in the history
Fix/showing xtz nfts

See merge request papers/airgap/airgap-wallet!718
  • Loading branch information
godenzim committed Nov 9, 2023
2 parents 743f6d4 + 047b6d4 commit 55d09e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/pages/collectibles-item/collectibles-item.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import * as fromCollectiblesItem from './collectibles-item.reducers'
AirGapAngularCoreModule,
AirGapAngularNgRxModule,
StoreModule.forFeature('collectiblesItem', fromCollectiblesItem.reducer),
EffectsModule.forFeature([CollectiblesItemEffects])
EffectsModule.forFeature([CollectiblesItemEffects]),
EffectsModule.forRoot([])
],
declarations: [CollectiblesItemPage]
})
Expand Down
3 changes: 2 additions & 1 deletion src/app/pages/collectibles-list/collectibles-list.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import * as fromCollectiblesList from './collectibles-list.reducers'
AirGapAngularNgRxModule,
PipesModule,
StoreModule.forFeature('collectiblesList', fromCollectiblesList.reducer),
EffectsModule.forFeature([CollectiblesListEffects])
EffectsModule.forFeature([CollectiblesListEffects]),
EffectsModule.forRoot([])
],
declarations: [CollectiblesListPage]
})
Expand Down

0 comments on commit 55d09e3

Please sign in to comment.