diff --git a/nise-frontend/src/app/replays.ts b/nise-frontend/src/app/replays.ts index e9fdadc..759f6d1 100644 --- a/nise-frontend/src/app/replays.ts +++ b/nise-frontend/src/app/replays.ts @@ -14,7 +14,7 @@ export interface ReplayDataSimilarScore { } export interface ReplayData { - replay_id: number; + replay_id: number | null; user_id: number; username: string; date: string; 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 8ceac98..f0a6c5b 100644 --- a/nise-frontend/src/app/view-score/view-score.component.html +++ b/nise-frontend/src/app/view-score/view-score.component.html @@ -46,6 +46,9 @@
  • Played by: {{ this.replayData.username }} osu!web
  • Link to score: osu!web
  • Open in CircleGuard
  • +
  • + Open in Replay Viewer +
  • PP: {{ this.replayData.pp }}
  • Grade: