Skip to content

Commit

Permalink
fix: vaccinegroup indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed May 3, 2024
1 parent 7df9f02 commit 45cb899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/VaccineGroup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const events = ['vaccineItem:change', 'title:change'];
const html = `
<div class="vaccine-group" data-select="vaccine-group">
<p class="vaccine-group__vaccine-title" data-select="vaccine-title"> </p>
</div>`;
</div>
`;

export default function VaccineGroup(year, vaccineItem) {
Component.call(this, { html, events });
Expand Down

0 comments on commit 45cb899

Please sign in to comment.