Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Blinking table on user details view when scrolling page #91

Open
danilkuznetsov opened this issue Dec 24, 2017 · 1 comment
Open
Assignees
Labels

Comments

@danilkuznetsov
Copy link
Member

No description provided.

@danilkuznetsov danilkuznetsov self-assigned this Dec 24, 2017
@petrokramar
Copy link
Contributor

petrokramar commented Dec 25, 2017

You need change this line in user-details-table.component.html
<tr *ngFor="let achievement of userDetails.details.reverse(); let i = index">
to
<tr *ngFor="let achievement of userDetails.details; let i = index">

danilkuznetsov added a commit that referenced this issue Jan 6, 2018
…detail-view

#91: fix blinking table on user detail view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants