Skip to content

Commit

Permalink
UHF-6668: Add element for rendering React app to event list paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysteerio committed Oct 3, 2022
1 parent 6d8a3f3 commit 9b32ec7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/paragraphs/paragraph--event-list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
}
%}
{% block component_content %}
{# These divs get populated via JS #}
<div class="event-list__count"></div>
<div class="event-list__list-container"></div>
<div class="event-list__load-more"></div>
{# Hook React app to this div #}
<div id="helfi-events-search"></div>
{# Indicate JS not enabled #}
<noscript>
<div class="event-list__javascript-disabled">
Expand Down

0 comments on commit 9b32ec7

Please sign in to comment.