Skip to content

Commit 8d9e744

Browse files
Juan IsazaJuan Isaza
authored andcommitted
cambios en users list components
1 parent 3336236 commit 8d9e744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/users/components/users-list/users-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class UsersListComponent implements OnInit, OnDestroy, AfterViewInit {
3838
}
3939

4040
ngOnInit(): void {
41-
this.isDevelopment = environment.production === EnvironmentType.TT_DEV;
41+
this.isDevelopment = environment.production === EnvironmentType.TT_DEV || environment.production === EnvironmentType.TT_PROD_LEGACY;
4242
this.store.dispatch(new LoadUsers());
4343
this.loadUsersSubscription = this.actionsSubject$
4444
.pipe(filter((action: any) => action.type === UserActionTypes.LOAD_USERS_SUCCESS))

0 commit comments

Comments
 (0)