Fix app display conditional

main
Chandler Swift 2024-03-07 01:27:28 -06:00
parent 72844f83ce
commit 668a5e3dd0
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<input id="restore-input" type="file" @input="restore" style="display: none;"></button>
</div>
</div>
<div class="row" v-show="state_cities != null">
<div class="row" v-show="launched">
<div class="col-4">
<div class="mb-3">
<label for="city-guess" class="form-label">City:</label>