Skip to content

Commit

Permalink
make sure map on table page is showing
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Oct 21, 2024
1 parent 1689468 commit 0c74150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/organisations/issueTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
errorList: errorSummary.items
}) }}

{% if false and entry.geometries and entry.geometries.length %}
{% if entry.geometries and entry.geometries.length %}
<div
id="map"
class="app-map"
Expand Down

0 comments on commit 0c74150

Please sign in to comment.