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

Fix team names and add round number to visualizer #264

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

bovard
Copy link
Member

@bovard bovard commented May 23, 2024

@bovard bovard requested a review from dster2 May 23, 2024 18:33
Copy link
Contributor

@dster2 dster2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -90,7 +90,7 @@ async function renderer(context) {

const info = environment.info;
const team1_text = info?.TeamNames?.[0] || "Team 1";
const team2_text = info?.TeamNames?.[1] || "Team 2";
const team2_text = info?.TeamNames?.[2] || "Team 2";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we show both team names for the (two-team) team?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do in a follow up

@bovard bovard merged commit 4c2ef7a into master May 23, 2024
4 checks passed
@bovard bovard deleted the team_names branch May 23, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants