Added domain link and fix
This commit is contained in:
parent
2e4d34599f
commit
2d73d969b9
2 changed files with 4 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export class PoolComponent implements OnInit, OnDestroy {
|
|||
) {
|
||||
this.subscription = this.poolService.setChampions().subscribe( (data: DataToShare) => {
|
||||
if (data) {
|
||||
const {champions, roles, rolesPool, bonusesPool, noChampSelected, teamSize } = data;
|
||||
const {champions, roles, rolesPool, bonusesPool, noChampSelected, teamSize} = data;
|
||||
this.champions = champions;
|
||||
this.roles = roles;
|
||||
this.rolesPool = rolesPool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue