Skip to content

Commit a6b043a

Browse files
committed
fix non-map section modal and toggle
1 parent f3fd222 commit a6b043a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ohmg/frontend/svelte_components/src/components

ohmg/frontend/svelte_components/src/components/Map.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@
603603
</ExpandableSection>
604604
<ExpandableSection
605605
TITLE={`Non-Map Content (${MAP.item_lookup.nonmaps.length})`}
606-
DISABLED={MAP.item_lookup.skipped.length == 0}
607-
INFO_MODAL_ID="modal-nonmaps"
606+
DISABLED={MAP.item_lookup.nonmaps.length == 0}
607+
INFO_MODAL_ID="modal-non-map"
608608
IS_SUBSECTION={true}
609609
bind:EXPANDED={sectionVis['nonmaps']}
610610
>

0 commit comments

Comments
 (0)