oops
This commit is contained in:
parent
6b422d649a
commit
a357d5d9b1
@ -66,7 +66,7 @@ export const GamePage = () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
`}>
|
`}>
|
||||||
Version: <select defaultValue={info.release.version} onChange={(ev) => navigate(`/u/${author}/${slug}/v${version}`)}>
|
Version: <select defaultValue={info.release.version} onChange={(ev) => navigate(`/u/${author}/${slug}/v${ev.target.value}`)}>
|
||||||
{
|
{
|
||||||
info.versions.map(v => (
|
info.versions.map(v => (
|
||||||
<option key={v} value={v}>{v}</option>
|
<option key={v} value={v}>{v}</option>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user