There was an error while loading. Please reload this page.
1 parent f3fd222 commit a6b043aCopy full SHA for a6b043a
1 file changed
ohmg/frontend/svelte_components/src/components/Map.svelte
@@ -603,8 +603,8 @@
603
</ExpandableSection>
604
<ExpandableSection
605
TITLE={`Non-Map Content (${MAP.item_lookup.nonmaps.length})`}
606
- DISABLED={MAP.item_lookup.skipped.length == 0}
607
- INFO_MODAL_ID="modal-nonmaps"
+ DISABLED={MAP.item_lookup.nonmaps.length == 0}
+ INFO_MODAL_ID="modal-non-map"
608
IS_SUBSECTION={true}
609
bind:EXPANDED={sectionVis['nonmaps']}
610
>
0 commit comments