diff --git a/nise-frontend/src/app/view-score/view-score.component.html b/nise-frontend/src/app/view-score/view-score.component.html index a44ea61..82bdb94 100644 --- a/nise-frontend/src/app/view-score/view-score.component.html +++ b/nise-frontend/src/app/view-score/view-score.component.html @@ -103,6 +103,8 @@
| Played by | +PP | +Date | Similarity | Correlation | @@ -112,6 +114,12 @@ | {{ score.username }} | ++ {{ score.pp | number: '1.2-2' }} + | ++ {{ score.date }} + | {{ score.similarity | number: '1.2-3' }} |
|---|