Skip to content

Commit

Permalink
fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur committed Jan 20, 2025
1 parent dfe57cd commit 1304e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ function hb_eventLabels(array $labels)
?>
<div class="eventLabels">
<?php foreach ($labels as $label): ?>
<div class="eventLabels__item<?php if ($label->hasSelectorModifier): ?> eventLabels__item--type eventLabels__item--<?php echo $label->hasSelectorModifier; endif; ?>">
<div class="eventLabels__item<?php if ($label->hasSelectorModifier): ?> eventLabels__item--type eventLabels__item--<?php echo $label->selectorModifier; endif; ?>">
<?php echo $label->label ?>
</div>
<?php endforeach; ?>
Expand Down

0 comments on commit 1304e64

Please sign in to comment.