fix: re-add button
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
This commit is contained in:
parent
b6ecbe45d4
commit
61fdb1adba
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>{data.gameData.stopName}</h1>
|
<h1>{data.gameData.stopName}</h1>
|
||||||
|
|
||||||
<div hidden={results === null}>
|
<div hidden={results !== null}>
|
||||||
<button onclick={checkLocation} disabled={latlng.lat === 0 || latlng.lng === 0}>SUBMIT</button>
|
<button onclick={checkLocation} disabled={latlng.lat === 0 || latlng.lng === 0}>SUBMIT</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue