Browse Source

fix(ui): remove debug output from AccountViewView map loading

Removes debug span showing map loading status that was left in production code.
Keeps map functionality intact while cleaning up UI for production use.
build-web-serve-test
Matthew Raymer 3 days ago
parent
commit
63e1738d87
  1. 4
      src/views/AccountViewView.vue

4
src/views/AccountViewView.vue

@ -182,9 +182,7 @@
@change="onLocationCheckboxChange" @change="onLocationCheckboxChange"
/> />
<label for="includeUserProfileLocation">Include Location</label> <label for="includeUserProfileLocation">Include Location</label>
<span class="text-xs text-slate-400 ml-2"
>(Debug: {{ isMapReady ? "Map Ready" : "Map Loading" }})</span
>
</div> </div>
<div v-if="includeUserProfileLocation" class="mb-4 aspect-video"> <div v-if="includeUserProfileLocation" class="mb-4 aspect-video">
<p class="text-sm mb-2 text-slate-500"> <p class="text-sm mb-2 text-slate-500">

Loading…
Cancel
Save