Skip to content

Commit dfe6acc

Browse files
committed
chore: Pass ID for watch
1 parent 311da27 commit dfe6acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/games/render.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function renderCloseSignups<State extends BaseState>(this: Game<State>):
3434
<>
3535
<hr />
3636
<h1>{this.meta.name} Signups have closed.</h1>
37-
<Button value={`${this.renderCtx.msg} watch`}>Watch</Button>
37+
<Button value={`${this.renderCtx.msg} watch ${this.id}`}>Watch</Button>
3838
<hr />
3939
</>
4040
);

0 commit comments

Comments
 (0)