llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Fixes the issue of displaying the result of same user multiple times #29

Closed AvinashAgarwal14 closed 5 years ago

AvinashAgarwal14 commented 5 years ago

In the current state of the application if a user(In case of shared exercises) clicks on percentage or time chart icon in the results page, a copy its result is created again. This PR solves the issue.

Before: before

After: after_unique_result

llaske commented 5 years ago

Nice shot. Thanks.