Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Dec 27, 2024
2 parents a41d0f3 + cbd99e1 commit 6d9cdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const code2ele = new Map([
["opps", { component: Opponents, name: "Opponents" }],
["activity", { component: Activity, name: "Activity" }],
["timeouts", { component: Timeouts, name: "Timeouts" }],
["response", { component: Response, name: "Response" }],
["response", { component: Response, name: "Response time" }],
["history", { component: History, name: "Game History" }],
]);

Expand Down

0 comments on commit 6d9cdf5

Please sign in to comment.