forked from trent_larson/crowd-funder-for-time-pwa
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.
This commit is contained in:
@@ -182,9 +182,7 @@
|
||||
@change="onLocationCheckboxChange"
|
||||
/>
|
||||
<label for="includeUserProfileLocation">Include Location</label>
|
||||
<span class="text-xs text-slate-400 ml-2"
|
||||
>(Debug: {{ isMapReady ? "Map Ready" : "Map Loading" }})</span
|
||||
>
|
||||
|
||||
</div>
|
||||
<div v-if="includeUserProfileLocation" class="mb-4 aspect-video">
|
||||
<p class="text-sm mb-2 text-slate-500">
|
||||
|
||||
Reference in New Issue
Block a user