diff --git a/app/views/_tailwind/applications/_map.html.erb b/app/views/_tailwind/applications/_map.html.erb
index 7e736433b..46f02db1b 100644
--- a/app/views/_tailwind/applications/_map.html.erb
+++ b/app/views/_tailwind/applications/_map.html.erb
@@ -1,4 +1,5 @@
<%# 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 %>
<%= tag.div class: "w-full h-full",
data: { lat: application.lat, lng: application.lng, address: application.address },
- "x-ref" => "pano" %>
+ "x-ref" => "pano" do %>
+ <%# TODO: The no javascript version of streetview isn't working for some reason %>
+
+ <% end %>