diff --git a/app/views/_tailwind/applications/_map.html.erb b/app/views/_tailwind/applications/_map.html.erb
index 46f02db1b..54d930e71 100644
--- a/app/views/_tailwind/applications/_map.html.erb
+++ b/app/views/_tailwind/applications/_map.html.erb
@@ -1,29 +1,32 @@
<%# TODO: Use the new library loader for google maps. Might make this a little less ugly %>
<%# TODO: Show static map and pano when javascript is disabled %>
-
+ <%# TODO: Don't show pano if there's no useful streetview available %>
+
+ <%= tag.div class: "w-full h-full",
+ data: { lat: application.lat, lng: application.lng, address: application.address },
+ "x-ref" => "pano" do %>
+ <%# TODO: The no javascript version of streetview isn't working for some reason %>
+
+ <% end %>
+
-
- <%= tag.div class: "w-full h-full",
- data: { lat: application.lat, lng: application.lng, address: application.address },
- "x-ref" => "pano" do %>
- <%# TODO: The no javascript version of streetview isn't working for some reason %>
-
- <% end %>
-