Skip to content

Commit

Permalink
chore: Pass ID for watch
Browse files Browse the repository at this point in the history
  • Loading branch information
PartMan7 committed Feb 6, 2025
1 parent 311da27 commit dfe6acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ps/games/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function renderCloseSignups<State extends BaseState>(this: Game<State>):
<>
<hr />
<h1>{this.meta.name} Signups have closed.</h1>
<Button value={`${this.renderCtx.msg} watch`}>Watch</Button>
<Button value={`${this.renderCtx.msg} watch ${this.id}`}>Watch</Button>
<hr />
</>
);
Expand Down

0 comments on commit dfe6acc

Please sign in to comment.