We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311da27 commit dfe6accCopy full SHA for dfe6acc
1 file changed
src/ps/games/render.tsx
@@ -34,7 +34,7 @@ export function renderCloseSignups<State extends BaseState>(this: Game<State>):
34
<>
35
<hr />
36
<h1>{this.meta.name} Signups have closed.</h1>
37
- <Button value={`${this.renderCtx.msg} watch`}>Watch</Button>
+ <Button value={`${this.renderCtx.msg} watch ${this.id}`}>Watch</Button>
38
39
</>
40
);
0 commit comments